gnu: di: Update to 4.47.

* gnu/packages/admin.scm (di): Update to 4.47.
master
Tobias Geerinckx-Rice 2018-08-14 14:23:37 +02:00
parent 1b08647e9a
commit b31e67f149
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -1968,16 +1968,16 @@ a new command using the matched rule, and runs it.")
(define-public di
(package
(name "di")
(version "4.46")
(version "4.47")
(source
(origin
(method url-fetch)
(uri (string-append "https://gentoo.com/di/di-" version ".tar.gz"))
(sha256
(base32 "0cskiqywiqkw44zdg4q78bjns6jjp1dz5lzdxrhpnpldc6075irw"))))
(base32 "0zlapxlzjizwzwa8xwrwibhcbkh0wx7n74gvjpp6wlwq7cgiq0xm"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; Obscure test failures.
`(#:tests? #f ; obscure test failures.
#:phases
(modify-phases %standard-phases
(delete 'configure)