guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: stagit: Update to 1.0.


From: guix-commits
Subject: branch master updated: gnu: stagit: Update to 1.0.
Date: Fri, 10 Dec 2021 17:26:59 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e64eb96  gnu: stagit: Update to 1.0.
e64eb96 is described below

commit e64eb964103f4b3d120dc768b85cb50b665cd9a7
Author: Nikolay Korotkiy <sikmir@gmail.com>
AuthorDate: Fri Dec 10 20:21:48 2021 +0300

    gnu: stagit: Update to 1.0.
    
    * gnu/packages/version-control.scm (stagit): Update to 1.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 10487c6..162b0ad 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2711,7 +2711,7 @@ a built-in wiki, built-in file browsing, built-in tickets 
system, etc.")
 (define-public stagit
   (package
     (name "stagit")
-    (version "0.9.6")
+    (version "1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2720,7 +2720,7 @@ a built-in wiki, built-in file browsing, built-in tickets 
system, etc.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0hcf1rmsp9s6jjg1dypq7sa3dqmqg2q3x1kj23rb5gwrsb31vyfj"))))
+                "0j2242vx5pbwdv79gcjxdbrwii48qphr8gk1lk7szj2irxdql171"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No tests



reply via email to

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