guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: di: Update to 4.47.1.


From: guix-commits
Subject: 01/02: gnu: di: Update to 4.47.1.
Date: Sat, 29 Jun 2019 00:29:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ad9baf38cef5cb637fbb541bca472f1d64950520
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 29 01:45:17 2019 +0200

    gnu: di: Update to 4.47.1.
    
    * gnu/packages/admin.scm (di): Update to 4.47.1.
---
 gnu/packages/admin.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 3d8c247..411be40 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2220,19 +2220,19 @@ a new command using the matched rule, and runs it.")
 (define-public di
   (package
     (name "di")
-    (version "4.47")
+    (version "4.47.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://gentoo.com/di/di-"; version ".tar.gz"))
        (sha256
-        (base32 "0zlapxlzjizwzwa8xwrwibhcbkh0wx7n74gvjpp6wlwq7cgiq0xm"))))
+        (base32 "1bdbl9k3gqf4h6g21difqc0w17pjid6r587y19wi37vx36aava7f"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f                      ; obscure test failures.
+     `(#:tests? #f                      ; obscure test failures
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure)
+         (delete 'configure)            ; no configure script
          (add-before 'build 'setup-environment
            (lambda* (#:key outputs #:allow-other-keys)
              (setenv "CC" "gcc")



reply via email to

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