emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#52346: closed ([PATCH] gnu: ninja: Update to 1.10.2.)


From: GNU bug Tracking System
Subject: bug#52346: closed ([PATCH] gnu: ninja: Update to 1.10.2.)
Date: Tue, 07 Dec 2021 08:27:02 +0000

Your message dated Tue, 07 Dec 2021 09:26:51 +0100
with message-id <8d12982b57795503ac59b509aeebe94bf5f41166.camel@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@gnu.org.)


-- 
52346: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52346
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ninja: Update to 1.10.2. Date: Tue, 7 Dec 2021 02:30:39 -0500
* 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@flashner.co.il>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2021 jgart <jgart@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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: ninja: Update to 1.10.2. Date: Tue, 07 Dec 2021 09:26:51 +0100 User-agent: Evolution 3.34.2
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




--- End Message ---

reply via email to

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