diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-07 23:24:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-07 23:27:18 +0100 |
commit | d9a5317d57e137420dd271770b15ece9e682c23a (patch) | |
tree | ef637afc7138c44cf0c395c5e062140fdbcdf072 /gnu | |
parent | a3600f8d8b8079cd067259f645c6884181e90ec0 (diff) |
gnu: di: Update to 4.48.0.1.
* gnu/packages/admin.scm (di): Update to 4.48.0.1.
Diffstat (limited to 'gnu')
-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 7064c0282e..a6cf633baa 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2818,13 +2818,13 @@ a new command using the matched rule, and runs it.") (define-public di (package (name "di") - (version "4.48") + (version "4.48.0.1") (source (origin (method url-fetch) (uri (string-append "https://gentoo.com/di/di-" version ".tar.gz")) (sha256 - (base32 "0crvvfsxh8ryc0j19a2x52i9zacvggm8zi6j3kzygkcwnpz4km8r")))) + (base32 "0rxli3bcm6vlcfx2jminviv8aawwczrpp9kja5zniawy6528al30")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; obscure test failures |