diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-08 19:28:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-08 19:46:08 +0200 |
commit | 380f3a8b14957ecf751dca7211fc5815872dafe4 (patch) | |
tree | 1af0ebb88c8be8009b32da718da812dabae032b1 /gnu/packages/gimp.scm | |
parent | 1efed60faab3eb905e271471e3d049e050a525c0 (diff) | |
download | patches-380f3a8b14957ecf751dca7211fc5815872dafe4.tar patches-380f3a8b14957ecf751dca7211fc5815872dafe4.tar.gz |
gnu: gimp: Update to 2.10.4.
* gnu/packages/gimp.scm (gimp): Update to 2.10.4.
Diffstat (limited to 'gnu/packages/gimp.scm')
-rw-r--r-- | gnu/packages/gimp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 1b42f524c7..ec3a634844 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -117,7 +117,7 @@ buffers.") (define-public gimp (package (name "gimp") - (version "2.10.2") + (version "2.10.4") (source (origin (method url-fetch) (uri (string-append "https://download.gimp.org/pub/gimp/v" @@ -125,7 +125,7 @@ buffers.") "/gimp-" version ".tar.bz2")) (sha256 (base32 - "1srkqd9cx1xmny7cyk3b6f14dknb3fd77whm38vlvr7grnpbmc0w")))) + "14pi0q3wwkapy0inqxk1hjsa2h8lff1z4wgdsyrk29jaw66pdc7z")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 9 MiB of gtk-doc HTML |