mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: guile-bytestructures: Update to 1.0.9.
Fixes <https://bugs.gnu.org/44000>. * gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.9. [source]: Adjust tag to no longer include "v" prefix.
This commit is contained in:
parent
305eefc062
commit
0a1da4652d
1 changed files with 3 additions and 3 deletions
|
@ -686,17 +686,17 @@ (define-deprecated-guile3.0-package guile3.0-sqlite3)
|
|||
(define-public guile-bytestructures
|
||||
(package
|
||||
(name "guile-bytestructures")
|
||||
(version "1.0.7")
|
||||
(version "1.0.9")
|
||||
(home-page "https://github.com/TaylanUB/scheme-bytestructures")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0q0habjiy3h9cigb7q1br9kz6z212dn2ab31f6dgd3rrmsfn5rvb"))))
|
||||
"0r59sqrvwbsknw21bf44bppi6wdhd2rl2v5dw9i2vij3v8w7pgkm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags '("GUILE_AUTO_COMPILE=0") ;to prevent guild warnings
|
||||
|
|
Loading…
Reference in a new issue