GNU bug report logs -
#52346
[PATCH] gnu: ninja: Update to 1.10.2.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 7 Dec 2021 07:32:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> ist.tugraz.at>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 07 Dec 2021 09:26:51 +0100
with message-id <8d12982b57795503ac59b509aeebe94bf5f41166.camel <at> ist.tugraz.at>
and subject line Re: [PATCH] gnu: ninja: Update to 1.10.2.
has caused the debbugs.gnu.org bug report #52346,
regarding [PATCH] gnu: ninja: Update to 1.10.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
52346: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52346
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/ninja.scm (ninja): Update to 1.10.2.
---
gnu/packages/ninja.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ninja.scm b/gnu/packages/ninja.scm
index 11ee472d56..54ae43f658 100644
--- a/gnu/packages/ninja.scm
+++ b/gnu/packages/ninja.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2016 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2020 Marius Bakke <mbakke <at> fastmail.com>
+;;; Copyright © 2021 jgart <jgart <at> dismail.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -31,7 +32,7 @@ (define-module (gnu packages ninja)
(define-public ninja
(package
(name "ninja")
- (version "1.10.0")
+ (version "1.10.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -40,7 +41,7 @@ (define-public ninja
(file-name (git-file-name name version))
(sha256
(base32
- "1fbzl7mrcrwp527sgkc1npfl3k6bbpydpiq98xcf1a1hkrx0z5x4"))))
+ "0mspq4mvx41qri2v2zlg2y3znx5gfw6d8s3czbcfpr2218qbpz55"))))
(build-system gnu-build-system)
(inputs `(("python" ,python-wrapper)))
(arguments
--
2.34.0
[Message part 3 (message/rfc822, inline)]
This has already been taken care of on core-updates-frozen [1], have
some patience ;)
[1]
http://git.savannah.gnu.org/cgit/guix.git/commit/?id=bd6cb1d4ebb3da1110025e1a73a299bed4174035
This bug report was last modified 3 years and 156 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.