all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52346] [PATCH] gnu: ninja: Update to 1.10.2.
@ 2021-12-07  7:30 jgart via Guix-patches via
  2021-12-07  8:26 ` bug#52346: " Liliana Marie Prikler
  0 siblings, 1 reply; 8+ messages in thread
From: jgart via Guix-patches via @ 2021-12-07  7:30 UTC (permalink / raw)
  To: 52346; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-16  6:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07  7:30 [bug#52346] [PATCH] gnu: ninja: Update to 1.10.2 jgart via Guix-patches via
2021-12-07  8:26 ` bug#52346: " Liliana Marie Prikler
2021-12-07 10:02   ` [bug#52346] " jgart via Guix-patches via
2021-12-07 10:17     ` Liliana Marie Prikler
2021-12-07 11:50     ` Efraim Flashner
2021-12-07 21:28       ` jgart via Guix-patches via
2021-12-08  9:30         ` [bug#52346] Using git worktrees Efraim Flashner
2021-12-16  6:29           ` jgart via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.