mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 20:50:54 -06:00
gnu: clifm: Update to 1.22.
* gnu/packages/clifm.scm (clifm): Update to 1.22. Change-Id: Ie4308bf79d9e4a12121f6c6c560cee028f863d04 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9b1fb12978
commit
fa093b8052
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
(define-public clifm
|
||||
(package
|
||||
(name "clifm")
|
||||
(version "1.21")
|
||||
(version "1.22")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0r2w11v5nsz9d9wdi0zmymkwg0y9x4xg4dksd2qxlknwqnvivcy7"))))
|
||||
(base32 "1iwlijdm4mr5bp5rilxr11f04q2q4ak49m8askzbw0shyi8i1sli"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags (list (string-append "CC="
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue