gnu: python-agate-sql: Update to 0.5.9.

* gnu/packages/wireservices.scm (python-agate-sql): Update to 0.5.9.

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

View file

@ -124,7 +124,7 @@ (define-public python-agate
(define-public python-agate-sql
(wireservice-package
(name "python-agate-sql")
(version "0.5.7")
(version "0.5.9")
(source (origin
(method git-fetch)
(uri (git-reference
@ -133,7 +133,7 @@ (define-public python-agate-sql
(file-name (git-file-name name version))
(sha256
(base32
"1q6ywm0wzkkwcwk0884k0lycf8k7pzwz94rzb1y5ssm8b1gl0i62"))))
"112q523w4jf3k8p4ynvjzfqa4j32ri34h2ppvicialp2lz5drvf0"))))
(native-inputs
`(("python-nose" ,python-nose)
("python-sphinx" ,python-sphinx)