mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: dfc: Update to 3.1.1.
* gnu/packages/admin.scm (dfc): Update to 3.1.1.
This commit is contained in:
parent
720d9df908
commit
48167ccd75
1 changed files with 3 additions and 3 deletions
|
@ -245,16 +245,16 @@ (define-public daemontools
|
||||||
(define-public dfc
|
(define-public dfc
|
||||||
(package
|
(package
|
||||||
(name "dfc")
|
(name "dfc")
|
||||||
(version "3.0.4")
|
(version "3.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://projects.gw-computing.net/attachments/download/79/dfc-"
|
"http://projects.gw-computing.net/attachments/download/615/dfc-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zk1ppx93ijimf4sbgqilxxikpsa2gmpbynknyh41xy7jbdjxp0b"))))
|
"0m1fd7l85ckb7bq4c5c3g257bkjglm8gq7x42pkmpp87fkknc94n"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments '(#:tests? #f)) ; There are no tests.
|
(arguments '(#:tests? #f)) ; There are no tests.
|
||||||
(native-inputs `(("gettext" ,gettext-minimal)))
|
(native-inputs `(("gettext" ,gettext-minimal)))
|
||||||
|
|
Loading…
Reference in a new issue