raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit c9f6fe2c57783812c23caedb94182eb77a800f1f
Author: Clément Lassieur <[email protected]>
AuthorDate: Fri Aug 27 16:23:31 2021 +0200
gnu: java-opening-hours-parser: Update to 0.23.0.
* gnu/packages/geo.scm (java-opening-hours-parser): Update to 0.23.0.
---
gnu/packages/geo.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 1be6d14..eda50af 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -16,6 +16,7 @@
;;; Copyright © 2020, 2021 Felix Gruber <[email protected]>
;;; Copyright © 2021 Sharlatan Hellseher <[email protected]>
;;; Copyright © 2021 Vinicius Monego <[email protected]>
+;;; Copyright © 2021 Clément Lassieur <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1361,7 +1362,7 @@ an independent project by the JOSM team.")
(define-public java-opening-hours-parser
(package
(name "java-opening-hours-parser")
- (version "0.21.4")
+ (version "0.23.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1370,7 +1371,7 @@ an independent project by the JOSM team.")
(file-name (git-file-name name version))
(sha256
(base32
- "1m8sp0jbjyv1nq3ddj8rk6rf3sva3mkacc6vw7rsj0c2n57k3i50"))))
+ "0yhbd2ix6h506aljh0jkrnp28m4xcqdcdpnqm30fn08kawdgxgsh"))))
(build-system ant-build-system)
(arguments
`(#:jar-name "java-opening-hours-parser.jar"