guix-commits
[Top][All Lists]
Advanced

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

04/17: gnu: tup: Update to 0.7.11.


From: guix-commits
Subject: 04/17: gnu: tup: Update to 0.7.11.
Date: Mon, 12 Jun 2023 14:59:49 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 9c1697020912ac24ff6be7eb6591314fdb74fc07
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat May 27 16:35:54 2023 +0800

    gnu: tup: Update to 0.7.11.
    
    * gnu/packages/build-tools.scm (tup): Update to 0.7.11.
    [inputs]: Use fuse-3.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/build-tools.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index f3bf0857dd..c5c91f5cbf 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -535,14 +535,14 @@ software.")
 (define-public tup
   (package
     (name "tup")
-    (version "0.7.9")
+    (version "0.7.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://gittup.org/tup/releases/tup-v";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0gnd2598xqgwihdkfkx7qn0q6p4n7npam1fy83mp7s04zwj99syc"))
+                "1157qfnhjakm3h07y7h38lrjw5650gkif34k30bnrsypmwl5xyzb"))
               (patches (search-patches "tup-unbundle-dependencies.patch"))
               (modules '((guix build utils)))
               (snippet
@@ -591,7 +591,7 @@ software.")
                    (display "au BufNewFile,BufRead Tupfile,*.tup setf tup")))
                #t))))))
     (inputs
-     (list fuse pcre
+     (list fuse-3 pcre
            `(,pcre "bin") ; pcre-config
            sqlite))
     (native-inputs



reply via email to

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