mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: ninja: Update to 1.13.2.
* gnu/packages/ninja.scm (ninja): Update to 1.13.2. Change-Id: I5f062e3e92a5f65e6081b0fb20fd4d21ee195a5a
This commit is contained in:
parent
f873ae0cf6
commit
8cbe98c8b4
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
|||
(hidden-package
|
||||
(package
|
||||
(name "ninja")
|
||||
(version "1.13.1")
|
||||
(version "1.13.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vil4mz0h1z39d2airzdi8cia8xhn3n5p94pv4sd3mqk0pkha40s"))))
|
||||
"0lp9dmxbjyjwv089i8mgq3nvnhpbnsn01ifm05m9s47w7cifrl8g"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list python-wrapper re2c))
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue