guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: python-agate-dbf: Update to 0.2.2.


From: guix-commits
Subject: 03/08: gnu: python-agate-dbf: Update to 0.2.2.
Date: Sun, 14 May 2023 17:21:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 192809e650d005f4c069fdaf68931e1b69b78400
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Mar 24 13:23:27 2023 +0000

    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>
---
 gnu/packages/wireservice.scm | 4 ++--
 1 file 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)



reply via email to

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