nckx pushed a commit to branch master
in repository guix.
commit e2492f5814ea6c20486b053d8dae3d37b54a6635
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Jan 1 17:15:20 2021 +0100
gnu: routino: Update to 3.3.3.
* gnu/packages/geo.scm (routino): Update to 3.3.3.
---
gnu/packages/geo.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index c0c1ef9..c682613 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2016 Leo Famulari <[email protected]>
;;; Copyright © 2016 Alex Griffin <[email protected]>
;;; Copyright © 2017, 2018 Björn Höfling <[email protected]>
-;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018 Ricardo Wurmus <[email protected]>
;;; Copyright © 2018, 2019 Arun Isaac <[email protected]>
;;; Copyright © 2018 Joshua Sierles, Nextjournal <[email protected]>
@@ -1559,15 +1559,14 @@ The API also works with MaxMind’s free GeoLite2
databases.")
(define-public routino
(package
(name "routino")
- (version "3.3.2")
+ (version "3.3.3")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.routino.org/download/routino-"
version ".tgz"))
(sha256
- (base32
- "1ccx3s99j8syxc1gqkzsaqkmyf44l7h3adildnc5iq2md7bp8wab"))))
+ (base32 "1xa7l2bjn832nk6bc7b481nv8hd2gj41jwhg0d2qy10lqdvjpn5b"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl)))