mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-git: Update to 0.10.0.
* gnu/packages/guile.scm (guile-git): Update to 0.10.0. Change-Id: Idf3c4cf71209f7461f89bd9b12a95c34090f1132
This commit is contained in:
parent
cc4b392a83
commit
1c15250dd6
1 changed files with 2 additions and 2 deletions
|
@ -834,7 +834,7 @@ type system, elevating types to first-class status.")
|
|||
(define-public guile-git
|
||||
(package
|
||||
(name "guile-git")
|
||||
(version "0.9.0")
|
||||
(version "0.10.0")
|
||||
(home-page "https://gitlab.com/guile-git/guile-git.git")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -844,7 +844,7 @@ type system, elevating types to first-class status.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x3zap2ifrfljwijwnf560r2nx4m4xl8gxs3cvf129a1al1nhl4l"))))
|
||||
"01scznpg7356ygdlgn1f2892bwg6fsvp37hbmsk4gsg0g49aj4la"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags '("GUILE_AUTO_COMPILE=0") ; to prevent guild warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue