mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: libmypaint: Update to 1.6.1.
Needed by mypaint@2.0.1. * gnu/packages/gimp.scm (libmypaint): Update to 1.6.1.
This commit is contained in:
parent
e1d3b07ffc
commit
c9c3569ad9
1 changed files with 2 additions and 2 deletions
|
@ -409,7 +409,7 @@ (define-public gimp-fourier
|
|||
(define-public libmypaint
|
||||
(package
|
||||
(name "libmypaint")
|
||||
(version "1.5.1")
|
||||
(version "1.6.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/mypaint/libmypaint/"
|
||||
|
@ -417,7 +417,7 @@ (define-public libmypaint
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0aqcv4fyscpfhknxgfpq0v84aj2nzigqvpi4zgv2zkl41h51by5f"))))
|
||||
"0priwpmc7dizccqvn21ig6d649bprl3xl1hmjj7nddznjgr585vl"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
|
|
Loading…
Reference in a new issue