guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: java-opening-hours-parser: Update to 0.23.0.


From: guix-commits
Subject: 01/02: gnu: java-opening-hours-parser: Update to 0.23.0.
Date: Fri, 27 Aug 2021 10:41:01 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit c9f6fe2c57783812c23caedb94182eb77a800f1f
Author: Clément Lassieur <clement@lassieur.org>
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 <felgru@posteo.net>
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2021 Clément Lassieur <clement@lassieur.org>
 ;;;
 ;;; 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]