me
/
guix
Archived
1
0
Fork 0

gnu: g-golf: Update to 0.1.0-822.84e894e.

* gnu/packages/guile-xyz.scm (g-golf): Update to 0.1.0-822.84e894e.

This also fixes the version to the correct one which is 0.1.0.  Technically
g-golf does not actually have a release yet.  The author of g-golf confirmed
versions will start at 0.1.0 as autotools currently has that version.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Mike Rosset 2020-09-04 07:40:52 -07:00 committed by Mathieu Othacehe
parent bdcb287edd
commit 30d59b310d
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 12 additions and 11 deletions

View File

@ -1759,19 +1759,20 @@ capabilities.")
(license license:gpl3+)))
(define-public g-golf
(let ((commit "5d2903afb4b6b65c22f587835d8fdff91916e5ee"))
(let ((commit "84e894eb7945c3bcdf7f8d5135c1be3efa524c92")
(revision "822"))
(package
(name "g-golf")
(version (git-version "1" "804" commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.savannah.gnu.org/git/g-golf.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1xkb6a5d3i9s8lpb5cf06bd64p5srqnnhn5l0b2f5csbvyz8hmmh"))))
(version (git-version "0.1.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://git.savannah.gnu.org/git/g-golf.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1pkcij65zy2lkip5yrfzj85nq17pp9mrf0d4sk6hpjqr4kd0bxd5"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)