gnu: ninja: Update to 1.10.0.
* gnu/packages/ninja.scm (ninja): Update to 1.10.0.
This commit is contained in:
parent
181171ffdb
commit
8928425756
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
(define-public ninja
|
(define-public ninja
|
||||||
(package
|
(package
|
||||||
(name "ninja")
|
(name "ninja")
|
||||||
(version "1.9.0")
|
(version "1.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q0nld3g0d210zmdjyjzjz2xb2bw1s58gj6zsx7p8q30yh0wg610"))))
|
"1fbzl7mrcrwp527sgkc1npfl3k6bbpydpiq98xcf1a1hkrx0z5x4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("python" ,python-wrapper)))
|
(inputs `(("python" ,python-wrapper)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue