diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2017-03-18 12:15:28 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2017-03-18 12:22:13 -0500 |
commit | 525acb6e826c1a800c422ce6ee6f4c68348e3bf1 (patch) | |
tree | fd308ca5c892421df9889075d953e33a353f022f | |
parent | 57d0bdf8c60e0f72ceb473e758416b617c75cf9c (diff) | |
download | gnu-guix-525acb6e826c1a800c422ce6ee6f4c68348e3bf1.tar gnu-guix-525acb6e826c1a800c422ce6ee6f4c68348e3bf1.tar.gz |
gnu: guile-8sync: Update to 0.4.2.
* gnu/packages/guile.scm (guile-8sync): Update to 0.4.2.
-rw-r--r-- | gnu/packages/guile.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index e44c0652bc..9289c40a76 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) |