guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: ghq: Update to 1.1.7.


From: guix-commits
Subject: 05/06: gnu: ghq: Update to 1.1.7.
Date: Sun, 11 Apr 2021 18:24:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1135b347db1ee64fda4cad618dd51baddb621f9e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Apr 12 00:03:15 2021 +0200

    gnu: ghq: Update to 1.1.7.
    
    * gnu/packages/version-control.scm (ghq): Update to 1.1.7.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e7fa6e6..ebddd95 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3024,7 +3024,7 @@ If several repos are related, it helps to see their 
status together.")
 (define-public ghq
   (package
     (name "ghq")
-    (version "1.1.5")
+    (version "1.1.7")
     (home-page "https://github.com/x-motemen/ghq";)
     (source (origin
               (method git-fetch)
@@ -3034,7 +3034,7 @@ If several repos are related, it helps to see their 
status together.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "098fik155viylq07az7crzbgswcvhpx0hr68xpvyx0rpri792jbq"))))
+                "155sfmhmh4ia3iinm1s8fk7fxyn5dxdryad9xkbg7mr3i3ikqjwh"))))
     (build-system go-build-system)
     (arguments
      '(#:install-source? #f



reply via email to

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