diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-23 21:35:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-23 22:12:18 +0100 |
commit | 9314d8251897b263750b97a7429f922d644b613c (patch) | |
tree | c1fa439ed4e9e1173bf4e78f35df455ead3815c2 /gnu/packages | |
parent | be4d9527b55b6829e33a6e0727496af25927a786 (diff) |
gnu: mtpaint: Update to 3.49.33.
* gnu/packages/image.scm (mtpaint): Update to 3.49.33.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/image.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 3bed95d2f0..5f42924810 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -2124,16 +2124,16 @@ by AOM, including with alpha.") (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) |