mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: guile-bytestructures: Update to 1.0.7.
* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.7.
This commit is contained in:
parent
e51de34309
commit
247a47bc40
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
;;; Copyright © 2016, 2019 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2016, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
|
;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
|
||||||
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.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 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2017, 2018 Amirouche <amirouche@hypermove.net>
|
;;; Copyright © 2017, 2018 Amirouche <amirouche@hypermove.net>
|
||||||
;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
|
;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
|
||||||
|
@ -584,7 +584,7 @@ (define-public guile3.0-sqlite3
|
||||||
(define-public guile-bytestructures
|
(define-public guile-bytestructures
|
||||||
(package
|
(package
|
||||||
(name "guile-bytestructures")
|
(name "guile-bytestructures")
|
||||||
(version "1.0.6")
|
(version "1.0.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/TaylanUB/scheme-bytestructures"
|
(uri (string-append "https://github.com/TaylanUB/scheme-bytestructures"
|
||||||
|
@ -592,7 +592,7 @@ (define-public guile-bytestructures
|
||||||
"/bytestructures-" version ".tar.gz"))
|
"/bytestructures-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07dffrmc6cnw9mmw0pdrqlkbhzzpz0hm8p26z738l2j5i84dypnk"))))
|
"0q0habjiy3h9cigb7q1br9kz6z212dn2ab31f6dgd3rrmsfn5rvb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in a new issue