[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: stgit: Update to 0.23.
From: |
guix-commits |
Subject: |
05/06: gnu: stgit: Update to 0.23. |
Date: |
Sun, 29 Nov 2020 14:44:55 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 808c198e3791f746f2d6bc38c54b9463e493449c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 18:35:37 2020 +0100
gnu: stgit: Update to 0.23.
* gnu/packages/version-control.scm (stgit): Update to 0.23.
---
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 be3171e..f7f1402 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1212,7 +1212,7 @@ lot easier.")
(define-public stgit
(package
(name "stgit")
- (version "0.21")
+ (version "0.23")
(source
(origin
(method git-fetch)
@@ -1221,7 +1221,7 @@ lot easier.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "00pmz93znl418lsjwy4mr0chp8i2w27h1xjysa05f62smsv91yyc"))))
+ (base32 "0bgxgsd6nj6gkk74c56vrjsyr7j19jrj6cx2ma6f7b20wriznhd5"))))
(build-system python-build-system)
(native-inputs
`(("perl" ,perl)))
- branch master updated (79613ec8 -> dac14ef), guix-commits, 2020/11/29
- 02/06: gnu: prixovy: Enable Brotli inspection., guix-commits, 2020/11/29
- 03/06: gnu: vim: Update to 8.2.2067., guix-commits, 2020/11/29
- 06/06: gnu: texmaker: Update to 5.0.4., guix-commits, 2020/11/29
- 04/06: gnu: stgit: Update home page., guix-commits, 2020/11/29
- 05/06: gnu: stgit: Update to 0.23.,
guix-commits <=
- 01/06: gnu: prixovy: Enable HTTPS inspection., guix-commits, 2020/11/29