guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/12: gnu: mtpaint: Update to 3.49.27.


From: guix-commits
Subject: 05/12: gnu: mtpaint: Update to 3.49.27.
Date: Sat, 6 Jun 2020 03:22:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6e13b0efce7e77d033a6585019f5821a577672ca
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 6 06:14:47 2020 +0200

    gnu: mtpaint: Update to 3.49.27.
    
    * gnu/packages/image.scm (mtpaint): Update to 3.49.27.
---
 gnu/packages/image.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 3638653..4957802 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2079,16 +2079,16 @@ 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.25")
+    (version "3.49.27")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/wjaguar/mtPaint";)
-             (commit "03b1b0938067b88d86d9f1b1088730f1934d411e")))
+             (commit "26751cd0336414e2f16cbe25c9fe2702f34e7b5c")))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0izm2wvj26566fd8mqvypr7bmv7jnq8qhp4760m7z2wrc4y8pjn1"))))
+        (base32 "12mzai9pqvyb342m21rjz0jxiy75q24sjw6ax147pzy8frzkgd54"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]