~ruther/guix-local

525acb6e826c1a800c422ce6ee6f4c68348e3bf1 — Christopher Allan Webber 9 years ago 57d0bdf
gnu: guile-8sync: Update to 0.4.2.

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

M gnu/packages/guile.scm
M gnu/packages/guile.scm => gnu/packages/guile.scm +2 -2
@@ 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)