me
/
guix
Archived
1
0
Fork 0

gnu: blurhash: Update to 0.2.0.

* gnu/packages/image.scm (blurhash): Update to 0.2.0.
[native-inputs]: Remove cmake. Add pkg-config.
master
Efraim Flashner 2023-06-05 22:05:13 +03:00
parent ff6bb37299
commit f598f5b870
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -2142,7 +2142,7 @@ losslessly translates between SNG and PNG.")
(define-public blurhash (define-public blurhash
(package (package
(name "blurhash") (name "blurhash")
(version "0.0.1") (version "0.2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2151,10 +2151,10 @@ losslessly translates between SNG and PNG.")
(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 "0jy2iigarskwfhskyladbb6l92x1fb3i3vz4bvcks0za4w5hfxk5")))) (base32 "0hx15fspava43z47kv17ivxv56g03fb2zf45dl07v3shickqxw0x"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list cmake doctest)) (list doctest pkg-config))
(home-page "https://github.com/Nheko-Reborn/blurhash") (home-page "https://github.com/Nheko-Reborn/blurhash")
(synopsis "C++ blurhash encoder/decoder") (synopsis "C++ blurhash encoder/decoder")
(description "Simple encoder and decoder for blurhashes. Contains a (description "Simple encoder and decoder for blurhashes. Contains a