mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-g-golf: Update to 0.8.1.
* gnu/packages/guile-xyz.scm (guile-g-golf): Update to 0.8.1. Change-Id: If4503e69bd7f58ec01b83b7332191184f4c5bd52 Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
This commit is contained in:
parent
abdd3164f4
commit
67b17c1811
1 changed files with 2 additions and 2 deletions
|
@ -2568,7 +2568,7 @@ capabilities.")
|
||||||
(define-public guile-g-golf
|
(define-public guile-g-golf
|
||||||
(package
|
(package
|
||||||
(name "guile-g-golf")
|
(name "guile-g-golf")
|
||||||
(version "0.8.0")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2577,7 +2577,7 @@ capabilities.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14b6pjchra0axqifpm90m7jbxla2sarhd7bfhzqbn7d14b74sv2d"))))
|
(base32 "044iidjd24cjncvx510ai46is9jxni72iz8pxyi34g4p7gbbcbi7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue