gnu: shflags: Update to 1.2.3.

* gnu/packages/version-control.scm (shflags): Update to 1.2.3.
[arguments]: Match new sources layout.
master
Tobias Geerinckx-Rice 2018-02-21 06:47:23 +01:00
parent dcb06ac9cf
commit 453c002679
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -636,7 +636,7 @@ default) of the repository.")
(define-public shflags
(package
(name "shflags")
(version "1.2.0")
(version "1.2.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/kward/shflags/archive/v"
@ -644,7 +644,7 @@ default) of the repository.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0zxw12haylaq60a335xlqcs4afw2zrgwqymmpw0m21r51w6irdmr"))))
"1h9xfrwwdhzflipfwdcgcc3y7zapdslnyk1rg5y8jm7k144rfrs4"))))
(build-system gnu-build-system)
(native-inputs `(("tar" ,tar)
("gzip" ,gzip)))
@ -658,7 +658,7 @@ default) of the repository.")
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(src (string-append out "/src")))
(install-file "src/shflags" src)
(install-file "shflags" src)
#t))))))
(home-page "https://github.com/kward/shflags")
(synopsis "Command-line flags library for shell scripts")