mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: autojump: Update to 22.5.3.
* gnu/packages/admin.scm (autojump): Update to 22.5.3.
This commit is contained in:
parent
24d459ceca
commit
0e68435751
1 changed files with 2 additions and 2 deletions
|
@ -1736,7 +1736,7 @@ (define-public cpulimit
|
|||
(define-public autojump
|
||||
(package
|
||||
(name "autojump")
|
||||
(version "22.5.1")
|
||||
(version "22.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1745,7 +1745,7 @@ (define-public autojump
|
|||
(commit (string-append "release-v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1l1278g3k1qfrz41pkpjdhsabassb9si2d1bfbcmvbv5h3wmlqk9"))))
|
||||
(base32 "1rgpsh70manr2dydna9da4x7p8ahii7dgdgwir5fka340n1wrcws"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs ; for tests
|
||||
`(("python-mock" ,python-mock)
|
||||
|
|
Loading…
Reference in a new issue