guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: di: Update to 4.51.


From: guix-commits
Subject: 02/02: gnu: di: Update to 4.51.
Date: Tue, 9 Nov 2021 20:19:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3b7619b2445d0b87fb228d1c6ff461f714fa9a6f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 10 02:18:57 2021 +0100

    gnu: di: Update to 4.51.
    
    * gnu/packages/admin.scm (di): Update to 4.51.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/admin.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index d24b068..2a7b0f3 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3205,13 +3205,13 @@ a new command using the matched rule, and runs it.")
 (define-public di
   (package
     (name "di")
-    (version "4.50")
+    (version "4.51")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/diskinfo-di/di-" version 
".tar.gz"))
        (sha256
-        (base32 "0aj9ldkvmj8fmrk685vd2gagz0q8lwsn2nfbx6r6mza94mn8pw42"))))
+        (base32 "1fv12j9b9sw6p38lcbzcw87zl5qp1aa7a4a4jn3449zz9af15ckr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; obscure test failures
@@ -3221,8 +3221,7 @@ a new command using the matched rule, and runs it.")
          (add-before 'build 'setup-environment
            (lambda* (#:key outputs #:allow-other-keys)
              (setenv "CC" ,(cc-for-target))
-             (setenv "prefix" (assoc-ref outputs "out"))
-             #t)))
+             (setenv "prefix" (assoc-ref outputs "out")))))
        #:make-flags (list "--environment-overrides")))
     (home-page "https://gentoo.com/di/";)
     (synopsis "Advanced df like disk information utility")



reply via email to

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