diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-07 23:23:22 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-07 23:27:17 +0100 |
commit | a2f3a605cdf1755beac63ec8a7dc22def4449821 (patch) | |
tree | d63a0a9b4a213fe1a969b801bf49170e23cbbe14 /gnu | |
parent | 3c058af52766b6a346be03e3310d3b584953874f (diff) |
gnu: detox: Update to 1.3.3.
* gnu/packages/admin.scm (detox): Update to 1.3.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 0018ab92eb..7064c0282e 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) |