diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-18 15:40:22 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-18 17:08:10 +0100 |
commit | e999ea12ea7813a7b46d1e3d965894ffff8f230d (patch) | |
tree | 1b01b38f3a53f71dc0911b4df72683c656633fde | |
parent | 2baae75e82c58fc83f1ec4ff3131f37b8a7289bc (diff) | |
download | guix-e999ea12ea7813a7b46d1e3d965894ffff8f230d.tar.gz |
gnu: di: Update to 4.49.
* gnu/packages/admin.scm (di): Update to 4.49. [source]: Update URL.
-rw-r--r-- | gnu/packages/admin.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index e25693430c..d5cb9bf8e5 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2923,13 +2923,13 @@ a new command using the matched rule, and runs it.") (define-public di (package (name "di") - (version "4.48.0.1") + (version "4.49") (source (origin (method url-fetch) - (uri (string-append "https://gentoo.com/di/di-" version ".tar.gz")) + (uri (string-append "mirror://sourceforge/diskinfo-di/di-" version ".tar.gz")) (sha256 - (base32 "0rxli3bcm6vlcfx2jminviv8aawwczrpp9kja5zniawy6528al30")))) + (base32 "1y38jhp2bpwbwzdzjlhgfqc7bxxz9cwapxd61799zjf54jkslkf0")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; obscure test failures |