nckx pushed a commit to branch master
in repository guix.

commit a2f3a605cdf1755beac63ec8a7dc22def4449821
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Feb 7 23:23:22 2021 +0100

    gnu: detox: Update to 1.3.3.
    
    * gnu/packages/admin.scm (detox): Update to 1.3.3.
---
 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 0018ab9..7064c02 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1966,7 +1966,7 @@ system is under heavy load.")
 (define-public detox
   (package
     (name "detox")
-    (version "1.3.0")
+    (version "1.3.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1975,7 +1975,7 @@ system is under heavy load.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1dd608c7g65s5lj02cddvani3q9kzirddgkjqa22ap9d4f8b9xgr"))))
+                "13mhs62m7bpff45liy65pajq5jg3i12jj90vwdkra94z9mlr2rlz"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)

Reply via email to