gnu: di: Update to 4.43.
* gnu/packages/admin.scm (di): Update to 4.43.
This commit is contained in:
parent
5f643dbe08
commit
63f5d53cf1
|
@ -1718,13 +1718,13 @@ a new command using the matched rule, and runs it.")
|
||||||
(define-public di
|
(define-public di
|
||||||
(package
|
(package
|
||||||
(name "di")
|
(name "di")
|
||||||
(version "4.42")
|
(version "4.43")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://gentoo.com/di/di-" version ".tar.gz"))
|
(uri (string-append "https://gentoo.com/di/di-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1i6m9zdnidn8268q1lz9fd8payk7s4pgwh5zlam9rr4dy6h6a67n"))))
|
(base32 "1q25jy51qfzsym9b2w0cqzscq2j492gn60dy6gbp88m8nwm4sdy8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Obscure test failures.
|
`(#:tests? #f ; Obscure test failures.
|
||||||
|
|
Loading…
Reference in New Issue