mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: guile-git: Update to 0.5.0.
* gnu/packages/guile.scm (guile-git): Update to 0.5.0.
This commit is contained in:
parent
82543e9649
commit
c2e83b7105
1 changed files with 3 additions and 3 deletions
|
@ -776,16 +776,16 @@ (define-deprecated-guile3.0-package guile3.0-bytestructures)
|
||||||
(define-public guile-git
|
(define-public guile-git
|
||||||
(package
|
(package
|
||||||
(name "guile-git")
|
(name "guile-git")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(home-page "https://gitlab.com/guile-git/guile-git.git")
|
(home-page "https://gitlab.com/guile-git/guile-git.git")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://gitlab.com/guile-git/guile-git/uploads/"
|
(uri (string-append "https://gitlab.com/guile-git/guile-git/uploads/"
|
||||||
"2600bb0dfdfb00bfbe46811dccad51d8/guile-git-"
|
"30be542d90619ca844dd3a3ed2e13808/guile-git-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kxyg9x2aa1pg69cl48wysq0pbxvwfahy1xpl5ab6p8babhf7kic"))))
|
"1j39c1cq9cbwir90mpnbdijpbwh7wkxampgl2r177bv8bfw6y203"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
|
`(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
|
||||||
|
|
Loading…
Reference in a new issue