mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: shflags: Update to 1.3.0.
* gnu/packages/version-control.scm (shflags): Update to 1.3.0. Change-Id: I8463a45d4a2526d971441292e7ec94c9e0710521 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
7310d4fcc3
commit
f36bcd14c6
1 changed files with 2 additions and 2 deletions
|
@ -1440,7 +1440,7 @@ (define-public savane
|
|||
(define-public shflags
|
||||
(package
|
||||
(name "shflags")
|
||||
(version "1.2.3")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1449,7 +1449,7 @@ (define-public shflags
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ydx0sb6vz9s2dgp5bd64y7fpzh9qvmlfjxrbmzac8saknijrlly"))))
|
||||
"0jj0zkly8yg42b8jvih2cmmafv95vm8mv80n3dyalvr5i14lzqd8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue