guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: guile-8sync: Update to 0.4.2.


From: Christopher Allan Webber
Subject: 01/01: gnu: guile-8sync: Update to 0.4.2.
Date: Sat, 18 Mar 2017 13:22:55 -0400 (EDT)

cwebber pushed a commit to branch master
in repository guix.

commit 525acb6e826c1a800c422ce6ee6f4c68348e3bf1
Author: Christopher Allan Webber <address@hidden>
Date:   Sat Mar 18 12:15:28 2017 -0500

    gnu: guile-8sync: Update to 0.4.2.
    
    * gnu/packages/guile.scm (guile-8sync): Update to 0.4.2.
---
 gnu/packages/guile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index e44c065..9289c40 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1630,14 +1630,14 @@ and then run @command{scm example.scm}.")
 (define-public guile-8sync
   (package
     (name "guile-8sync")
-    (version "0.4.1")
+    (version "0.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/8sync/8sync-" version
                                   ".tar.gz"))
               (sha256
                (base32
-                "1fvf8d2s3vvg4nyskbqaiqmlm2x571hv7hizcnmny45zvalydr9h"))))
+                "031wm13srak3wsnll7j2mbbi29g1pcm4swdb71ds9yn567pn20qw"))))
     (build-system gnu-build-system)
     (native-inputs `(("autoconf" ,autoconf)
                      ("automake" ,automake)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]