summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2023-03-24 13:23:27 +0000
committerLudovic Courtès <ludo@gnu.org>2023-05-14 23:14:25 +0200
commit192809e650d005f4c069fdaf68931e1b69b78400 (patch)
tree79fb893510114c91331e6ca3c0230d1d572b1e65 /gnu
parent150367c84da8766dc0358ff4878b9e17dbea6a40 (diff)
downloadguix-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.scm4
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)