me
/
guix
Archived
1
0
Fork 0

gnu: ninja: Update to 1.10.0.

* gnu/packages/ninja.scm (ninja): Update to 1.10.0.
master
Marius Bakke 2020-01-31 14:07:39 +01:00
parent 181171ffdb
commit 8928425756
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.9.0")
(version "1.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -40,7 +40,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"1q0nld3g0d210zmdjyjzjz2xb2bw1s58gj6zsx7p8q30yh0wg610"))))
"1fbzl7mrcrwp527sgkc1npfl3k6bbpydpiq98xcf1a1hkrx0z5x4"))))
(build-system gnu-build-system)
(inputs `(("python" ,python-wrapper)))
(arguments