me
/
guix
Archived
1
0
Fork 0

gnu: detox: Update to 1.3.3.

* gnu/packages/admin.scm (detox): Update to 1.3.3.
master
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
1 changed files with 2 additions and 2 deletions

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)