[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-sjson: Update to 0.2.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-sjson: Update to 0.2.2. |
Date: |
Tue, 17 May 2022 15:22:30 -0400 |
This is an automated email from the git hooks/post-receive script.
cwebber pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 140bdbc29f gnu: guile-sjson: Update to 0.2.2.
140bdbc29f is described below
commit 140bdbc29fe92eb2e571c1641eb1af773665d14b
Author: Christine Lemmer-Webber <cwebber@dustycloud.org>
AuthorDate: Tue May 17 15:14:37 2022 -0400
gnu: guile-sjson: Update to 0.2.2.
* gnu/packages/guile-xyz.scm (guile-sjson): Update to 0.2.2.
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f6488e74a5..70aa1e6547 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -850,14 +850,14 @@ HTML (via SXML) or any other format for rendering.")
(define-public guile-sjson
(package
(name "guile-sjson")
- (version "0.2.1")
+ (version "0.2.2")
(source (origin
(method url-fetch)
(uri (string-append "https://dustycloud.org/misc/sjson-" version
".tar.gz"))
(sha256
(base32
- "1mzmapln79vv10qxaggz9qwcdbag3jnrj19xx8bgkmxss8h03sv3"))
+ "08sr16fg5cqvik3wblav6k4b6djc5ydhgfvxa49bc5bh1irqvrcn"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-sjson: Update to 0.2.2.,
guix-commits <=