guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: g-golf: Update to 0.1.0-822.84e894e.


From: guix-commits
Subject: 06/07: gnu: g-golf: Update to 0.1.0-822.84e894e.
Date: Mon, 7 Sep 2020 02:49:35 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 30d59b310df22b87bad64b1c9a0c5ff39b92e3b3
Author: Mike Rosset <mike.rosset@gmail.com>
AuthorDate: Fri Sep 4 07:40:52 2020 -0700

    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>
---
 gnu/packages/guile-xyz.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 11f4761..de2aed1 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]