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
parent
ff6bb37299
commit
f598f5b870
|
@ -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
|
||||||
|
|
Reference in New Issue