diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-01 17:04:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-01 17:14:30 +0100 |
commit | 9a8583ec455169c6792c009e09b3155b2f76f735 (patch) | |
tree | 279d41ff254c2c4bfc5de7018f1a37a3c52f7f21 /gnu/packages/admin.scm | |
parent | 9a3be6fc42b19f2e8291a66638cb003557fb11c4 (diff) |
gnu: di: Update to 4.47.2.
* gnu/packages/admin.scm (di): Update to 4.47.2.
Diffstat (limited to 'gnu/packages/admin.scm')
-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 08dac76a41..c675db582f 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2421,13 +2421,13 @@ a new command using the matched rule, and runs it.") (define-public di (package (name "di") - (version "4.47.1") + (version "4.47.2") (source (origin (method url-fetch) (uri (string-append "https://gentoo.com/di/di-" version ".tar.gz")) (sha256 - (base32 "1bdbl9k3gqf4h6g21difqc0w17pjid6r587y19wi37vx36aava7f")))) + (base32 "1g97pp2hznskqlkhl6ppyzgdmv878bcqiwh633kdnm70d1pvh192")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; obscure test failures |