diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-25 21:07:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-25 21:07:39 +0100 |
commit | cc33f50d0e2a7835e99913226cb4c4b0e9e961ae (patch) | |
tree | ebe860412ae223659433abdaaf4229e0dc482843 /gnu | |
parent | 43f82eecf52c300698f19dee3927573dc8abbcb9 (diff) | |
download | guix-cc33f50d0e2a7835e99913226cb4c4b0e9e961ae.tar.gz guix-cc33f50d0e2a7835e99913226cb4c4b0e9e961ae.zip |
gnu: vips: Update to 8.10.6.
* gnu/packages/image-processing.scm (vips): Update to 8.10.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/image-processing.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 26f6faea8c..7205336d53 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org> -;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> ;;; Copyright © 2018 Lprndn <guix@lprndn.info> ;;; Copyright © 2019, 2021 Efraim Flashner <efraim@flashner.co.il> @@ -556,7 +556,7 @@ vision algorithms. It can be used to do things like: (define-public vips (package (name "vips") - (version "8.10.5") + (version "8.10.6") (source (origin (method url-fetch) @@ -564,7 +564,7 @@ vision algorithms. It can be used to do things like: "https://github.com/libvips/libvips/releases/download/v" version "/vips-" version ".tar.gz")) (sha256 - (base32 "1n6gw7cw66rfn1wdb92ydpkv7gfmjiinsg6d6gqxpdja6gsz5vm4")))) + (base32 "0vjsh3i0861f6h9as3bch956cidz824zz499pvhjs3lfjn6hhs14")))) (build-system gnu-build-system) (native-inputs `(("gobject-introspection" ,gobject-introspection) |