me
/
guix
Archived
1
0
Fork 0

gnu: libmypaint: Update to 1.6.1.

Needed by mypaint@2.0.1.

* gnu/packages/gimp.scm (libmypaint): Update to 1.6.1.
master
Christopher Baines 2020-12-08 20:05:48 +00:00
parent e1d3b07ffc
commit c9c3569ad9
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -409,7 +409,7 @@ inverse fourier transform.")
(define-public libmypaint (define-public libmypaint
(package (package
(name "libmypaint") (name "libmypaint")
(version "1.5.1") (version "1.6.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/mypaint/libmypaint/" (uri (string-append "https://github.com/mypaint/libmypaint/"
@ -417,7 +417,7 @@ inverse fourier transform.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0aqcv4fyscpfhknxgfpq0v84aj2nzigqvpi4zgv2zkl41h51by5f")))) "0priwpmc7dizccqvn21ig6d649bprl3xl1hmjj7nddznjgr585vl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)