[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: stgit: Update to 1.5.
From: |
guix-commits |
Subject: |
07/07: gnu: stgit: Update to 1.5. |
Date: |
Mon, 4 Apr 2022 00:22:10 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 367048036d8337a8dd8cfbbd277086286d8b0b40
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Feb 3 15:24:22 2022 +0000
gnu: stgit: Update to 1.5.
* gnu/packages/version-control.scm (stgit): Update to 1.5.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
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 9466c4ab78..bbceea1147 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1309,7 +1309,7 @@ lot easier.")
(define-public stgit
(package
(name "stgit")
- (version "1.1")
+ (version "1.5")
(source
(origin
(method git-fetch)
@@ -1318,7 +1318,7 @@ lot easier.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jp74qsgw3f9c8xgaaqvmhfh4ar3n1ns5ncm8glvqyywlxldxi0n"))))
+ (base32 "1igljjpdgl4na1a5hi0nmg36ph0hw6hw8hhq5436fgcl8yjimyz3"))))
(build-system python-build-system)
(native-inputs
(list perl))
- branch master updated (32b713e016 -> 367048036d), guix-commits, 2022/04/04
- 01/07: import: pypi: Use new style for the conditional unzip input., guix-commits, 2022/04/04
- 02/07: build: emacs-utils: Add a (as-display) subform to `emacs-substitute-variables'., guix-commits, 2022/04/04
- 03/07: gnu: emacs-gnugo: Patch 'gnugo-program' variable., guix-commits, 2022/04/04
- 05/07: gnu: emacs-elpy: Update to 1746e70., guix-commits, 2022/04/04
- 06/07: gnu: git: Update to 2.35.1., guix-commits, 2022/04/04
- 04/07: gnu: emacs-poet-theme: Update to 16eb694., guix-commits, 2022/04/04
- 07/07: gnu: stgit: Update to 1.5.,
guix-commits <=