diff options
author | Greg Hogan <code@greghogan.com> | 2023-03-24 13:23:27 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-14 23:14:25 +0200 |
commit | 192809e650d005f4c069fdaf68931e1b69b78400 (patch) | |
tree | 79fb893510114c91331e6ca3c0230d1d572b1e65 /gnu | |
parent | 150367c84da8766dc0358ff4878b9e17dbea6a40 (diff) | |
download | guix-192809e650d005f4c069fdaf68931e1b69b78400.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wireservice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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) |