From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 52346@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#52346] [PATCH] gnu: ninja: Update to 1.10.2.
Date: Tue, 7 Dec 2021 02:30:39 -0500 [thread overview]
Message-ID: <20211207073039.18890-1-jgart@dismail.de> (raw)
* 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
next reply other threads:[~2021-12-07 7:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-07 7:30 jgart via Guix-patches via [this message]
2021-12-07 8:26 ` bug#52346: [PATCH] gnu: ninja: Update to 1.10.2 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211207073039.18890-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=52346@debbugs.gnu.org \
--cc=jgart@dismail.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.