nckx pushed a commit to branch master
in repository guix.
commit 99df1b2ad22b4c9ecae1bf9e619ae6368f92ccff
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Sep 27 17:55:29 2021 +0200
gnu: detox: Update to 1.4.5.
* gnu/packages/admin.scm (detox): Update to 1.4.5.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 9ee371b..22e0538 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2227,7 +2227,7 @@ system is under heavy load.")
(define-public detox
(package
(name "detox")
- (version "1.4.2")
+ (version "1.4.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2236,7 +2236,7 @@ system is under heavy load.")
(file-name (git-file-name name version))
(sha256
(base32
- "0q16dvjbry573j4ayh9dwskdh1dxx8dk4rj94w6f2dcv4ww37is1"))))
+ "116bgpbkh3c96h6vq0880rmnpb5kbnnlvvkpsrcib6928bj8lfvi"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)