mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: ninja: Update to 1.11.1.
* gnu/packages/ninja.scm (ninja): Update to 1.11.1.
This commit is contained in:
parent
2c1ce2f528
commit
a36edf6739
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ (define-module (gnu packages ninja)
|
|||
(define-public ninja
|
||||
(package
|
||||
(name "ninja")
|
||||
(version "1.11.0")
|
||||
(version "1.11.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -40,7 +40,7 @@ (define-public ninja
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"14wqccblr3nc2pjgv1a5fsjznp7iyp6z993jp1ddknz01dvhr765"))))
|
||||
"14kshkxdn833nkz2qkzb3w531dcqj6haad90gxj70ic05lb7zx9f"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list python-wrapper))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue