guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: tup: Update to 0.7.9.


From: guix-commits
Subject: 01/04: gnu: tup: Update to 0.7.9.
Date: Mon, 15 Jun 2020 23:16:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0f99da2b3962b6c6f78b5f8ecbe57bf0fad590c2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 16 05:15:11 2020 +0200

    gnu: tup: Update to 0.7.9.
    
    * gnu/packages/build-tools.scm (tup): Update to 0.7.9.
---
 gnu/packages/build-tools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 38bd906..11aee07 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -284,14 +284,14 @@ other lower-level build files.")))
 (define-public tup
   (package
     (name "tup")
-    (version "0.7.8")
+    (version "0.7.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://gittup.org/tup/releases/tup-v";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1z8d5mmddiw3ckdvy88bi48aa5bm0hrid6g9c9hp2ynmpzywmp2h"))
+                "0gnd2598xqgwihdkfkx7qn0q6p4n7npam1fy83mp7s04zwj99syc"))
               (patches (search-patches "tup-unbundle-dependencies.patch"))
               (modules '((guix build utils)))
               (snippet



reply via email to

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