mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: babl: Update to 0.1.78.
* gnu/packages/gimp.scm (babl): Update to 0.1.78.
This commit is contained in:
parent
e51101ecda
commit
ee385c5837
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ (define-module (gnu packages gimp)
|
|||
(define-public babl
|
||||
(package
|
||||
(name "babl")
|
||||
(version "0.1.76")
|
||||
(version "0.1.78")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "https://download.gimp.org/pub/babl/"
|
||||
|
@ -65,7 +65,7 @@ (define-public babl
|
|||
"/babl-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"183kj2yq08vvldp8307vq61y2ravcqkyarrhak9w2l30gygp9100"))))
|
||||
"0fjjfb0pbgimlqi7rk8cqz8pq595b7gw8nrpkxfmixdz6cv4km8p"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue