diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-12-29 21:20:02 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-12-29 21:26:12 +0100 |
commit | 247a47bc402371d98486904b6bfa860ade9c9e8a (patch) | |
tree | 16ab65f0e71d2579a2b67edb30a2576eb40d7b23 | |
parent | e51de34309be7ba8105be66d45d7da4a64883b08 (diff) | |
download | patches-247a47bc402371d98486904b6bfa860ade9c9e8a.tar patches-247a47bc402371d98486904b6bfa860ade9c9e8a.tar.gz |
gnu: guile-bytestructures: Update to 1.0.7.
* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.7.
-rw-r--r-- | gnu/packages/guile.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 5a5d1af56a..03aa474bd9 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2016, 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Andy Wingo <wingo@igalia.com> ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> -;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> +;;; Copyright © 2017, 2019 Mathieu Othacehe <m.othacehe@gmail.com> ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018 Amirouche <amirouche@hypermove.net> ;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org> @@ -584,7 +584,7 @@ Guile's foreign function interface.") (define-public guile-bytestructures (package (name "guile-bytestructures") - (version "1.0.6") + (version "1.0.7") (source (origin (method url-fetch) (uri (string-append "https://github.com/TaylanUB/scheme-bytestructures" @@ -592,7 +592,7 @@ Guile's foreign function interface.") "/bytestructures-" version ".tar.gz")) (sha256 (base32 - "07dffrmc6cnw9mmw0pdrqlkbhzzpz0hm8p26z738l2j5i84dypnk")))) + "0q0habjiy3h9cigb7q1br9kz6z212dn2ab31f6dgd3rrmsfn5rvb")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |