gnu: detox: Update to 3.0.1.

* gnu/packages/admin.scm (detox): Update to 3.0.1.

Change-Id: Ie5c3cd40238849659ae910ff1e78a3c642231255
This commit is contained in:
Artyom V. Poptsov 2025-08-21 22:38:42 +03:00
parent 6eadb7cc7b
commit 8b1ba53757
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -301,7 +301,7 @@ services.")
(define-public detox
(package
(name "detox")
(version "2.0.0")
(version "3.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -310,7 +310,7 @@ services.")
(file-name (git-file-name name version))
(sha256
(base32
"0qix3ipvj5sn66id57k6gzilnz4f19jgwn4d72hj1jzi3m9f9k1h"))))
"0328w1hh279kgb4fn2vwbvwhmr32i7ayp665vs78pgjy84vhgxzy"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake bison flex pkg-config))