guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: gimp: Update to 2.10.38.


From: guix-commits
Subject: 09/15: gnu: gimp: Update to 2.10.38.
Date: Tue, 27 Aug 2024 15:27:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 76500db9e1042de03120b6dd1717ecc71dffa4b8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 18 02:00:00 2024 +0200

    gnu: gimp: Update to 2.10.38.
    
    * gnu/packages/gimp.scm (gimp): Update to 2.10.38.
    
    Change-Id: I3288c989a5b70e04ddffc97c38c8f52c032f973e
---
 gnu/packages/gimp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index b2676e654e..9a757e6a34 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -338,7 +338,7 @@ buffers.")
 (define-public gimp
   (package
     (name "gimp")
-    (version "2.10.36")
+    (version "2.10.38")
     (source
      (origin
        (method url-fetch)
@@ -346,7 +346,7 @@ buffers.")
                            (version-major+minor version)
                            "/gimp-" version ".tar.bz2"))
        (sha256
-        (base32 "1cnvgkni2q4psv8syyl5yd9kk84fv5g3imd2kgm3mnsbkb3c6frx"))))
+        (base32 "0vl57w9w31cgz6nbkpqfycsnwi5qym87jw31hvz3320wq7p4ba2h"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                  ; 9 MiB of gtk-doc HTML



reply via email to

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