gnu: python-agate-dbf: Update to 0.2.2.

* gnu/packages/wireservices.scm (python-agate-dbf): Update to 0.2.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan 2023-03-24 13:23:27 +00:00 committed by Ludovic Courtès
parent 150367c84d
commit 192809e650
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -150,7 +150,7 @@ (define-public python-agate-sql
(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 @@ (define-public python-agate-dbf
(file-name (git-file-name name version))
(sha256
(base32
"1y49fi6pmm7gzhajvqmfpcca2sqnwj24fqnsvzwk7r1hg2iaa2gi"))))
"03l3qlyw7588jhjjsiy15valqlzs8gjai8f74v18zv2za0zjqbzl"))))
(native-inputs
`(("python-nose" ,python-nose)
("python-sphinx" ,python-sphinx)