gnu: mtpaint: Update to 3.49.33.

* gnu/packages/image.scm (mtpaint): Update to 3.49.33.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-23 21:35:03 +01:00
parent be4d9527b5
commit 9314d82518
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2124,16 +2124,16 @@ (define-public mtpaint
(name "mtpaint")
;; The author neither releases tarballs nor uses git version tags.
;; Instead, author puts version in git commit title.
(version "3.49.27")
(version "3.49.33")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/wjaguar/mtPaint")
(commit "26751cd0336414e2f16cbe25c9fe2702f34e7b5c")))
(commit "5272e2b1e773c8e02ac3506b2d3bde82ad946b21")))
(file-name (git-file-name name version))
(sha256
(base32 "12mzai9pqvyb342m21rjz0jxiy75q24sjw6ax147pzy8frzkgd54"))))
(base32 "1bmq4m0dxczl18n1yiqb75g05a4c3pal1vdcyypkilx7ijsr0cmc"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)