mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: swappy: Update to 1.5.1.
* gnu/packages/image.scm (swappy): Update to 1.5.1. Change-Id: Id3b1a1d5bf32142e14f15fb5b71aebedfda9f04e Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
81f89a60e6
commit
d6295bb00d
1 changed files with 2 additions and 2 deletions
|
@ -2220,7 +2220,7 @@ Features:
|
||||||
(define-public swappy
|
(define-public swappy
|
||||||
(package
|
(package
|
||||||
(name "swappy")
|
(name "swappy")
|
||||||
(version "1.4.0")
|
(version "1.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2229,7 +2229,7 @@ Features:
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s2lp3bz30svqdg6467jvncim0qgl0q1b1nqxnnci6kljbp5g0xh"))))
|
(base32 "0fh85brivyz9knby9cda4jd1kw6kkxzbqz9rf2y8i5q8vz5yywzx"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config scdoc
|
(list pkg-config scdoc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue