[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/36: gnu: gpick: Update to 0.2.6.
From: |
guix-commits |
Subject: |
12/36: gnu: gpick: Update to 0.2.6. |
Date: |
Sat, 2 Jan 2021 12:56:52 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 8933abafe04fadc6e180a6abbb0714b51e19e37f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 1 18:18:55 2021 +0100
gnu: gpick: Update to 0.2.6.
* gnu/packages/image.scm (gpick): Update to 0.2.6.
[native-inputs]: Add ragel.
---
gnu/packages/image.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 4c6ab8c..8cba9c2 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2014, 2017 John Darrington <jmd@gnu.org>
;;; Copyright © 2016, 2017, 2018, 2020 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner
<efraim@flashner.co.il>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice
<me@tobias.gr>
+;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016, 2017, 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2016, 2017 Kei Kebreau <kkebreau@posteo.net>
@@ -78,6 +78,7 @@
#:use-module (gnu packages python)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages qt)
+ #:use-module (gnu packages ragel)
#:use-module (gnu packages sphinx)
#:use-module (gnu packages swig)
#:use-module (gnu packages textutils)
@@ -1734,7 +1735,7 @@ medical image data, e.g. magnetic resonance image (MRI)
and functional MRI
(define-public gpick
(package
(name "gpick")
- (version "0.2.5")
+ (version "0.2.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1743,12 +1744,13 @@ medical image data, e.g. magnetic resonance image (MRI)
and functional MRI
(file-name (git-file-name name version))
(sha256
(base32
- "0mcj806zagh122qgrdkrg0macpzby97y89xi2sjyn3bh8vmmyxjy"))))
+ "0nl89gca5nmbyycv5rl5bm6k7facapdk4pab9pl949aa3cjw9bk7"))))
(build-system scons-build-system)
(native-inputs
`(("boost" ,boost)
("gettext" ,gettext-minimal)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("ragel" ,ragel)))
(inputs
`(("expat" ,expat)
("gtk2" ,gtk+-2)
- branch master updated (072abfe -> 0ad41c3), guix-commits, 2021/01/02
- 01/36: gnu: Add bcache-tools., guix-commits, 2021/01/02
- 02/36: gnu: ndctl: Update to 71.1., guix-commits, 2021/01/02
- 09/36: gnu: lsp-dsp-lib: Omit static library., guix-commits, 2021/01/02
- 10/36: gnu: gnome-tweaks: Update to 3.34.1., guix-commits, 2021/01/02
- 03/36: gnu: smartmontools: Update to 7.2., guix-commits, 2021/01/02
- 04/36: gnu: oath-toolkit: Update to 2.6.5., guix-commits, 2021/01/02
- 06/36: gnu: deutex: Update to 5.2.2., guix-commits, 2021/01/02
- 08/36: gnu: lsp-dsp-lib: Update to 0.5.11., guix-commits, 2021/01/02
- 05/36: gnu: font-gnu-unifont: Update to 13.0.05., guix-commits, 2021/01/02
- 12/36: gnu: gpick: Update to 0.2.6.,
guix-commits <=
- 17/36: gnu: mpop: Update to 1.4.12., guix-commits, 2021/01/02
- 19/36: gnu: drumkv1: Update to 0.9.19., guix-commits, 2021/01/02
- 07/36: gnu: routino: Update to 3.3.3., guix-commits, 2021/01/02
- 13/36: gnu: udunits: Update to 2.2.28., guix-commits, 2021/01/02
- 14/36: gnu: udunits: Omit static library., guix-commits, 2021/01/02
- 11/36: gnu: wavemon: Update to 0.9.3., guix-commits, 2021/01/02
- 15/36: gnu: brltty: Update to 6.2., guix-commits, 2021/01/02
- 16/36: gnu: mutt: Update to 2.0.4., guix-commits, 2021/01/02
- 18/36: gnu: synthv1: Update to 0.9.19., guix-commits, 2021/01/02
- 24/36: gnu: b4: Update to 0.6.2., guix-commits, 2021/01/02