mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
192809e650
commit
b37303f06d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue