mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
3cc08bbdd9
commit
9c16970209
1 changed files with 3 additions and 3 deletions
|
@ -535,14 +535,14 @@ software.")
|
||||||
(define-public tup
|
(define-public tup
|
||||||
(package
|
(package
|
||||||
(name "tup")
|
(name "tup")
|
||||||
(version "0.7.9")
|
(version "0.7.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://gittup.org/tup/releases/tup-v"
|
(uri (string-append "http://gittup.org/tup/releases/tup-v"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gnd2598xqgwihdkfkx7qn0q6p4n7npam1fy83mp7s04zwj99syc"))
|
"1157qfnhjakm3h07y7h38lrjw5650gkif34k30bnrsypmwl5xyzb"))
|
||||||
(patches (search-patches "tup-unbundle-dependencies.patch"))
|
(patches (search-patches "tup-unbundle-dependencies.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
@ -591,7 +591,7 @@ software.")
|
||||||
(display "au BufNewFile,BufRead Tupfile,*.tup setf tup")))
|
(display "au BufNewFile,BufRead Tupfile,*.tup setf tup")))
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list fuse pcre
|
(list fuse-3 pcre
|
||||||
`(,pcre "bin") ; pcre-config
|
`(,pcre "bin") ; pcre-config
|
||||||
sqlite))
|
sqlite))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue