[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/21: gnu: tomb: Update to 2.5.
From: |
Tobias Geerinckx-Rice |
Subject: |
16/21: gnu: tomb: Update to 2.5. |
Date: |
Wed, 6 Jun 2018 00:12:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1a16b925f20b5f53f185bd9b416383aab03c994a
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Jun 6 04:43:46 2018 +0200
gnu: tomb: Update to 2.5.
* gnu/packages/crypto.scm (tomb): Update to 2.5.
[inputs, arguments]: Add util-linux for ‘findmnt’.
---
gnu/packages/crypto.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index f96fe04..d64cd38 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -358,14 +358,14 @@ no man page, refer to the home page for usage details.")
(define-public tomb
(package
(name "tomb")
- (version "2.4")
+ (version "2.5")
(source (origin
(method url-fetch)
(uri (string-append "https://files.dyne.org/tomb/"
"Tomb-" version ".tar.gz"))
(sha256
(base32
- "1hv1w79as7swqj0n137vz8n8mwvcgwlvd91sdyssz41jarg7f1vr"))))
+ "12c6qldngaw520gvb02inzkhnxbl4k0dwmddrgnaf7xashy6j0wc"))))
(build-system gnu-build-system)
(native-inputs `(("sudo" ,sudo))) ;presence needed for 'check' phase
(inputs
@@ -377,7 +377,8 @@ no man page, refer to the home page for usage details.")
("mlocate" ,mlocate)
("pinentry" ,pinentry)
("qrencode" ,qrencode)
- ("steghide" ,steghide)))
+ ("steghide" ,steghide)
+ ("util-linux" ,util-linux)))
(arguments
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
;; TODO: Build and install gtk and qt trays
@@ -400,7 +401,7 @@ no man page, refer to the home page for usage details.")
(error "program not found:" program)))
'("seq" "mkfs.ext4" "pinentry" "sudo"
"gpg" "cryptsetup" "gettext"
- "qrencode" "steghide")))))
+ "qrencode" "steghide" "findmnt")))))
#t)))
(delete 'check)
(add-after 'wrap 'check
- 09/21: gnu: ruby-asciidoctor: Use HTTPS home page., (continued)
- 09/21: gnu: ruby-asciidoctor: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/06/06
- 04/21: gnu: linkchecker: Update to 9.4.0., Tobias Geerinckx-Rice, 2018/06/06
- 10/21: gnu: inxi: Fix man page location., Tobias Geerinckx-Rice, 2018/06/06
- 07/21: gnu: ruby-eventmachine: Use working home page., Tobias Geerinckx-Rice, 2018/06/06
- 03/21: gnu: xf86-input-wacom: Update to 0.36.1., Tobias Geerinckx-Rice, 2018/06/06
- 08/21: gnu: ruby-asciidoctor: Update to 1.5.7.1., Tobias Geerinckx-Rice, 2018/06/06
- 12/21: gnu: inxi: Update to 3.0.11-1., Tobias Geerinckx-Rice, 2018/06/06
- 15/21: gnu: cfitsio: Update to 3.450., Tobias Geerinckx-Rice, 2018/06/06
- 18/21: gnu: python-lmdb: Update to 0.94., Tobias Geerinckx-Rice, 2018/06/06
- 11/21: gnu: inxi: Use GIT-FETCH., Tobias Geerinckx-Rice, 2018/06/06
- 16/21: gnu: tomb: Update to 2.5.,
Tobias Geerinckx-Rice <=
- 13/21: gnu: wcslib: Fix build., Tobias Geerinckx-Rice, 2018/06/06
- 20/21: gnu: linsmith: Update to 0.99.31., Tobias Geerinckx-Rice, 2018/06/06
- 14/21: gnu: gnuastro: Update to 0.6., Tobias Geerinckx-Rice, 2018/06/06
- 17/21: gnu: debootstrap: Update to 1.0.101., Tobias Geerinckx-Rice, 2018/06/06
- 19/21: gnu: linsmith: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/06/06
- 21/21: gnu: gerbv: Update to 2.6.2., Tobias Geerinckx-Rice, 2018/06/06