gnu: shflags: Update to 1.2.3.
* gnu/packages/version-control.scm (shflags): Update to 1.2.3. [arguments]: Match new sources layout.
This commit is contained in:
parent
dcb06ac9cf
commit
453c002679
1 changed files with 3 additions and 3 deletions
|
@ -636,7 +636,7 @@ (define-public python2-ghp-import
|
||||||
(define-public shflags
|
(define-public shflags
|
||||||
(package
|
(package
|
||||||
(name "shflags")
|
(name "shflags")
|
||||||
(version "1.2.0")
|
(version "1.2.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/kward/shflags/archive/v"
|
(uri (string-append "https://github.com/kward/shflags/archive/v"
|
||||||
|
@ -644,7 +644,7 @@ (define-public shflags
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zxw12haylaq60a335xlqcs4afw2zrgwqymmpw0m21r51w6irdmr"))))
|
"1h9xfrwwdhzflipfwdcgcc3y7zapdslnyk1rg5y8jm7k144rfrs4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("tar" ,tar)
|
(native-inputs `(("tar" ,tar)
|
||||||
("gzip" ,gzip)))
|
("gzip" ,gzip)))
|
||||||
|
@ -658,7 +658,7 @@ (define-public shflags
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(src (string-append out "/src")))
|
(src (string-append out "/src")))
|
||||||
(install-file "src/shflags" src)
|
(install-file "shflags" src)
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "https://github.com/kward/shflags")
|
(home-page "https://github.com/kward/shflags")
|
||||||
(synopsis "Command-line flags library for shell scripts")
|
(synopsis "Command-line flags library for shell scripts")
|
||||||
|
|
Loading…
Reference in a new issue