mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-agate-sql: Update to 0.5.7.
* gnu/packages/wireservice.scm (python-agate-sql): Update to 0.5.7.
This commit is contained in:
parent
0711ad0452
commit
33bc3fb2a5
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ (define-public python-agate
|
|||
(define-public python-agate-sql
|
||||
(wireservice-package
|
||||
(name "python-agate-sql")
|
||||
(version "0.5.4")
|
||||
(version "0.5.7")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -132,7 +132,7 @@ (define-public python-agate-sql
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"16q0b211n5b1qmhzkfl2jr56lda0rvyh5j1wzw26h2n4pm4wxlx2"))))
|
||||
"1q6ywm0wzkkwcwk0884k0lycf8k7pzwz94rzb1y5ssm8b1gl0i62"))))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
|
|
Loading…
Reference in a new issue