mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: tclap 1.4.0-rc2.
* gnu/packages/cpp.scm (tclap): Update to 1.4.0-rc2. Change-Id: I740a834f1b9c7811d9f71454d0cfa3384eb8ad4d Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
e22e4512af
commit
33e7f1e634
1 changed files with 2 additions and 2 deletions
|
@ -3534,14 +3534,14 @@ Specification for URL parser can be found from the WHATWG website.")
|
|||
(define-public tclap
|
||||
(package
|
||||
(name "tclap")
|
||||
(version "1.4.0-rc1")
|
||||
(version "1.4.0-rc2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/" name "/" name "-" version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1ii0gs965xagqfdwln9hd61y68352msybbq059grwspp51w8rq9k"))))
|
||||
(base32 "1xy5q78ff7z22gnia320qlaf0mawv2m02rl6b7dawxy4mmdwwlna"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue