[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: stgit: Update to 1.1.
From: |
guix-commits |
Subject: |
05/05: gnu: stgit: Update to 1.1. |
Date: |
Sun, 2 May 2021 19:31:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f0eb053dac8273416ab24541b85617d79dbae134
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon May 3 01:25:47 2021 +0200
gnu: stgit: Update to 1.1.
* gnu/packages/version-control.scm (stgit): Update to 1.1.
---
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 3992f74..8df7cc8 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1264,7 +1264,7 @@ lot easier.")
(define-public stgit
(package
(name "stgit")
- (version "1.0")
+ (version "1.1")
(source
(origin
(method git-fetch)
@@ -1273,7 +1273,7 @@ lot easier.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0dixgvjlsk3xisj8blzdhh0nphm5zqkjbj081wgsba52z4zq1y0q"))))
+ (base32 "1jp74qsgw3f9c8xgaaqvmhfh4ar3n1ns5ncm8glvqyywlxldxi0n"))))
(build-system python-build-system)
(native-inputs
`(("perl" ,perl)))