1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 15:40:31 +02:00

gnu: guile-git: Update to 0.2.0.

* gnu/packages/guile.scm (guile-git): Update to 0.2.0.
This commit is contained in:
Ludovic Courtès
2019-01-29 22:44:32 +01:00
parent f5eb570c59
commit db9771a9a9

View File

@@ -604,7 +604,7 @@ type system, elevating types to first-class status.")
(define-public guile-git
(package
(name "guile-git")
(version "0.1.0")
(version "0.2.0")
(home-page "https://gitlab.com/guile-git/guile-git.git")
(source (origin
(method git-fetch)
@@ -612,7 +612,7 @@ type system, elevating types to first-class status.")
(commit (string-append "v" version))))
(sha256
(base32
"1z3awa3i5il08dl2swbnli2j7cawdpray11zx4844j27bxqddcs2"))
"018hmfsh0rjwfvr4h7y10jc6k8a2k9xsirngghy3pjasin4nd2yz"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs