diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-19 07:13:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-19 09:54:36 +0100 |
commit | 81d6dd20d0398c4643c961a90512246ae9de6971 (patch) | |
tree | 2ebfea67a601e1280a9ed3c9b4230fad061d4a63 /gnu | |
parent | 00bfe5eda0367e7ef999fea6e9daaa3876cdd3a9 (diff) | |
download | guix-81d6dd20d0398c4643c961a90512246ae9de6971.tar guix-81d6dd20d0398c4643c961a90512246ae9de6971.tar.gz |
gnu: gimp: Update to 2.10.8.
* gnu/packages/gimp.scm (gimp): Update to 2.10.8.
Diffstat (limited to 'gnu')
-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 f3cb23a564..9f0a87a40a 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -118,7 +118,7 @@ buffers.") (define-public gimp (package (name "gimp") - (version "2.10.6") + (version "2.10.8") (source (origin (method url-fetch) (uri (string-append "https://download.gimp.org/pub/gimp/v" @@ -126,7 +126,7 @@ buffers.") "/gimp-" version ".tar.bz2")) (sha256 (base32 - "07qh2ljbza2mph1gh8sicn27qihhj8hx3ivvry2874cfh8ghgj2f")))) + "16sb4kslwin2jbgdb4nhks78pd0af8mvj8g5hap3hj946p7w2jfq")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 9 MiB of gtk-doc HTML |