mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: maim: Update to 5.5.3.
* gnu/packages/xdisorg.scm (maim): Update to 5.5.3.
This commit is contained in:
parent
8949b64004
commit
af1d777e6c
1 changed files with 2 additions and 2 deletions
|
@ -573,7 +573,7 @@ (define-public slop
|
||||||
(define-public maim
|
(define-public maim
|
||||||
(package
|
(package
|
||||||
(name "maim")
|
(name "maim")
|
||||||
(version "5.5.2")
|
(version "5.5.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -582,7 +582,7 @@ (define-public maim
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14mfxdm39kc5jk8wysrzx05ag2g4sk9l24i8m5pzqn8j611150v3"))))
|
"1kbxsz8whfxl5blwsvpva2q95zwy72argwhi1cfqh5lrhzq5zrpp"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no "check" target
|
'(#:tests? #f)) ; no "check" target
|
||||||
|
|
Loading…
Reference in a new issue