diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-02 00:30:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-02 06:23:21 +0100 |
commit | 63f5d53cf148b1d506fb55d64d69059ddd307c71 (patch) | |
tree | b58d142b1f14dac309450a2eb7d6c007bd6bcb3c /gnu/packages | |
parent | 5f643dbe08bfda7817866a7911e352f268e16539 (diff) | |
download | patches-63f5d53cf148b1d506fb55d64d69059ddd307c71.tar patches-63f5d53cf148b1d506fb55d64d69059ddd307c71.tar.gz |
gnu: di: Update to 4.43.
* gnu/packages/admin.scm (di): Update to 4.43.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d9c7ba3b73..6bded60c11 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1718,13 +1718,13 @@ a new command using the matched rule, and runs it.") (define-public di (package (name "di") - (version "4.42") + (version "4.43") (source (origin (method url-fetch) (uri (string-append "https://gentoo.com/di/di-" version ".tar.gz")) (sha256 - (base32 "1i6m9zdnidn8268q1lz9fd8payk7s4pgwh5zlam9rr4dy6h6a67n")))) + (base32 "1q25jy51qfzsym9b2w0cqzscq2j492gn60dy6gbp88m8nwm4sdy8")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; Obscure test failures. |