guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: di: Update to 4.49.


From: guix-commits
Subject: 03/07: gnu: di: Update to 4.49.
Date: Thu, 18 Mar 2021 12:09:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e999ea12ea7813a7b46d1e3d965894ffff8f230d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 18 15:40:22 2021 +0100

    gnu: di: Update to 4.49.
    
    * gnu/packages/admin.scm (di): Update to 4.49.
    [source]: Update URL.
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index e256934..d5cb9bf 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]