From 192809e650d005f4c069fdaf68931e1b69b78400 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Fri, 24 Mar 2023 13:23:27 +0000 Subject: gnu: python-agate-dbf: Update to 0.2.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/wireservices.scm (python-agate-dbf): Update to 0.2.2. Signed-off-by: Ludovic Courtès --- gnu/packages/wireservice.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm index b8b2cff3f7..bb2ad85cf8 100644 --- a/gnu/packages/wireservice.scm +++ b/gnu/packages/wireservice.scm @@ -150,7 +150,7 @@ support to all @code{agate.Table} instances."))) (define-public python-agate-dbf (wireservice-package (name "python-agate-dbf") - (version "0.2.1") + (version "0.2.2") (source (origin (method git-fetch) (uri (git-reference @@ -159,7 +159,7 @@ support to all @code{agate.Table} instances."))) (file-name (git-file-name name version)) (sha256 (base32 - "1y49fi6pmm7gzhajvqmfpcca2sqnwj24fqnsvzwk7r1hg2iaa2gi")))) + "03l3qlyw7588jhjjsiy15valqlzs8gjai8f74v18zv2za0zjqbzl")))) (native-inputs `(("python-nose" ,python-nose) ("python-sphinx" ,python-sphinx) -- cgit 1.4.1