me
/
guix
Archived
1
0
Fork 0

gnu: ninja: Update to 1.11.0.

* gnu/packages/ninja.scm (ninja): Update to 1.11.0.
master
Marius Bakke 2022-06-26 12:01:53 +02:00
parent 9631bd6d30
commit 95d08e3738
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
(define-public ninja
(package
(name "ninja")
(version "1.10.2")
(version "1.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -40,7 +40,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0mspq4mvx41qri2v2zlg2y3znx5gfw6d8s3czbcfpr2218qbpz55"))))
"14wqccblr3nc2pjgv1a5fsjznp7iyp6z993jp1ddknz01dvhr765"))))
(build-system gnu-build-system)
(inputs `(("python" ,python-wrapper)))
(arguments