[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-scheme-json-rpc: Update to 0.4.5a.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-scheme-json-rpc: Update to 0.4.5a. |
Date: |
Fri, 15 Mar 2024 19:26:10 -0400 |
This is an automated email from the git hooks/post-receive script.
sharlatan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 868e21bb76 gnu: guile-scheme-json-rpc: Update to 0.4.5a.
868e21bb76 is described below
commit 868e21bb76728f460cf16e21fbf38e54df32819f
Author: Ilya Chernyshov <ichernyshovvv@gmail.com>
AuthorDate: Mon Mar 4 21:14:41 2024 +0700
gnu: guile-scheme-json-rpc: Update to 0.4.5a.
Shift some inputs requiring during runtime.
* gnu/packages/guile-xyz.scm (guile-scheme-json-rpc): Update to 0.4.5a.
[inputs]: Remove guile-srfi-145 and guile-srfi-180.
[propagated-inputs]: Add guile-srfi-145 and guile-srfi-180.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: If1c6ffaf6269c36ec857fd6f0aec444869468d24
---
gnu/packages/guile-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 008f9ae2a5..a4d3eba9a1 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -47,6 +47,7 @@
;;; Copyright © 2022 Evgeny Pisemsky <evgeny@pisemsky.com>
;;; Copyright © 2022 jgart <jgart@dismail.de>
;;; Copyright © 2023 Andrew Tropin <andrew@trop.in>
+;;; Copyright © 2024 Ilya Chernyshov <ichernyshovvv@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1088,7 +1089,7 @@ It has a nice, simple s-expression based syntax.")
(define-public guile-scheme-json-rpc
(package
(name "guile-scheme-json-rpc")
- (version "0.4.0")
+ (version "0.4.5a")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1097,14 +1098,15 @@ It has a nice, simple s-expression based syntax.")
(file-name (git-file-name name version))
(sha256
(base32
- "0jsampz2ahs18z6yh9b5l3lkj8ycnavs0vg9sjngdj3w3zvrdcvm"))))
+ "0356hm6phcfgvwvx3ys6b927v40jzb7qrfgvql7g78na24zp2cmi"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
(add-after 'unpack 'change-to-guile-dir
(lambda _
(chdir "guile"))))))
- (inputs (list guile-3.0 guile-srfi-145 guile-srfi-180))
+ (inputs (list guile-3.0))
+ (propagated-inputs (list guile-srfi-145 guile-srfi-180))
(native-inputs (list pkg-config))
(synopsis "Library providing JSON-RPC capability for Guile Scheme")
(description
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-scheme-json-rpc: Update to 0.4.5a.,
guix-commits <=