mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: swappy: Update to 1.8.0.
* gnu/packages/image.scm (swappy): Update to 1.8.0. Change-Id: I3a094641c61f5dd2d4a551cb19dbf62f6af1f88b Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
8963d5c154
commit
1b911fbb1f
1 changed files with 2 additions and 2 deletions
|
|
@ -2297,7 +2297,7 @@ Features:
|
|||
(define-public swappy
|
||||
(package
|
||||
(name "swappy")
|
||||
(version "1.5.1")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -2306,7 +2306,7 @@ Features:
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fh85brivyz9knby9cda4jd1kw6kkxzbqz9rf2y8i5q8vz5yywzx"))))
|
||||
(base32 "0drihlsc193dzffnllpjwhq5n6j7m5pix1wxgnkgp4x3nvmvkxxc"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config scdoc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue