gnu: detox: Update to 1.3.3.

* gnu/packages/admin.scm (detox): Update to 1.3.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-02-07 23:23:22 +01:00
parent 3c058af527
commit a2f3a605cd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)