unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63747] [PATCH] gnu: tup: Update to 0.7.11.
@ 2023-05-27  8:35 iyzsong--- via Guix-patches via
  2023-06-12 19:20 ` bug#63747: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-05-27  8:35 UTC (permalink / raw)
  To: 63747; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/build-tools.scm (tup): Update to 0.7.11.
[inputs]: Use fuse-3.
---
 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 95de386ba7..077a50639d 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -535,14 +535,14 @@ (define-public scons-python2
 (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 @@ (define-public tup
                    (display "au BufNewFile,BufRead Tupfile,*.tup setf tup")))
                #t))))))
     (inputs
-     (list fuse pcre
+     (list fuse-3 pcre
            `(,pcre "bin") ; pcre-config
            sqlite))
     (native-inputs

base-commit: b96b82bcd4bc24529941ff74a91432481f1a71b5
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63747: [PATCH] gnu: tup: Update to 0.7.11.
  2023-05-27  8:35 [bug#63747] [PATCH] gnu: tup: Update to 0.7.11 iyzsong--- via Guix-patches via
@ 2023-06-12 19:20 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-12 19:20 UTC (permalink / raw)
  To: iyzsong; +Cc: 63747-done

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]


iyzsong--- via Guix-patches via <guix-patches@gnu.org> writes:

> From: 宋文武 <iyzsong@member.fsf.org>
>
> * gnu/packages/build-tools.scm (tup): Update to 0.7.11.
> [inputs]: Use fuse-3.
> ---
>  gnu/packages/build-tools.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Didn't spot you have commit access and pushed this to master as
9c1697020912ac24ff6be7eb6591314fdb74fc07.

Hope you don't mind!

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-13 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-27  8:35 [bug#63747] [PATCH] gnu: tup: Update to 0.7.11 iyzsong--- via Guix-patches via
2023-06-12 19:20 ` bug#63747: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).