me
/
guix
Archived
1
0
Fork 0

gnu: hydra: Update to 9.5.

* gnu/packages/password-utils.scm (hydra): Update to 9.5.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 48f0c3a3b5
commit 5ef7be9126
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1443,7 +1443,7 @@ group them into chains.")
(define-public hydra (define-public hydra
(package (package
(name "hydra") (name "hydra")
(version "9.4") (version "9.5")
(home-page "https://github.com/vanhauser-thc/thc-hydra") (home-page "https://github.com/vanhauser-thc/thc-hydra")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -1453,7 +1453,7 @@ group them into chains.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0dbx7yaqf4nl63pi8wmr19cxnp5v4w7fsd369krdy8hlc8k0qjgr")))) "0pg4alaznygngdzn4k6p540g059w7mpiakchsp0526f1b9s33lw1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ;no test suite `(#:tests? #f ;no test suite