From 8b0ae1eb72d2844d83c5da2b3393088446bc73d1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 24 Apr 2021 07:59:45 +0200 Subject: gnu: guile-wisp: Update to 1.0.4. * gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.4. --- gnu/packages/guile-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 089a9a3b55..c181b250fb 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1778,7 +1778,7 @@ user which package sets would they like to install from it.") (define-public guile-wisp (package (name "guile-wisp") - (version "1.0.3") + (version "1.0.4") (source (origin (method hg-fetch) (uri (hg-reference @@ -1787,7 +1787,7 @@ user which package sets would they like to install from it.") (file-name (git-file-name name version)) (sha256 (base32 - "10g97jz3ahpb5mg933ajsc3pa9jxlg14f42yf01qwx0dwq1b06d5")))) + "0d54l2s8qsfckg0imbx40npggi6f867hn7fsy0jjsmxz4b8a3949")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) -- cgit v1.2.3