mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: blurhash: Update to 0.2.0.
* gnu/packages/image.scm (blurhash): Update to 0.2.0. [native-inputs]: Remove cmake. Add pkg-config.
This commit is contained in:
parent
ff6bb37299
commit
f598f5b870
1 changed files with 3 additions and 3 deletions
|
@ -2142,7 +2142,7 @@ (define-public sng
|
|||
(define-public blurhash
|
||||
(package
|
||||
(name "blurhash")
|
||||
(version "0.0.1")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2151,10 +2151,10 @@ (define-public blurhash
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0jy2iigarskwfhskyladbb6l92x1fb3i3vz4bvcks0za4w5hfxk5"))))
|
||||
(base32 "0hx15fspava43z47kv17ivxv56g03fb2zf45dl07v3shickqxw0x"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list cmake doctest))
|
||||
(list doctest pkg-config))
|
||||
(home-page "https://github.com/Nheko-Reborn/blurhash")
|
||||
(synopsis "C++ blurhash encoder/decoder")
|
||||
(description "Simple encoder and decoder for blurhashes. Contains a
|
||||
|
|
Loading…
Reference in a new issue