guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: gn: Update to 0.0-1794.eb997b5.


From: guix-commits
Subject: 07/07: gnu: gn: Update to 0.0-1794.eb997b5.
Date: Mon, 22 Jun 2020 11:17:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cf14e67963147d5ecccb820203e601080f856f74
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 21 21:21:39 2020 +0200

    gnu: gn: Update to 0.0-1794.eb997b5.
    
    * gnu/packages/build-tools.scm (gn): Update to 0.0-1794.eb997b5.
---
 gnu/packages/build-tools.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 11aee07..a0f3ae7 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -111,8 +111,8 @@ generate such a compilation database.")
     (license license:gpl3+)))
 
 (define-public gn
-  (let ((commit "ec938ddaa276646eb8f1ab33e160c156011d8217")
-        (revision "1736"))            ;as returned by `git describe`, used 
below
+  (let ((commit "eb997b5ab9c3f1ba6a2c52072785884864a84eae")
+        (revision "1794"))            ;as returned by `git describe`, used 
below
     (package
       (name "gn")
       (version (git-version "0.0" revision commit))
@@ -122,7 +122,7 @@ generate such a compilation database.")
                 (uri (git-reference (url home-page) (commit commit)))
                 (sha256
                  (base32
-                  "0j1qjwp2biw12s6npzpx4z8nvih7pyn68q6cz2k4700bk9y0d574"))
+                  "1vfkcy34wqhg7wsk7jdzhgnnzwim10wgbxv5bnavxzjcs871i2xa"))
                 (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (arguments



reply via email to

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