mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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>
This commit is contained in:
parent
150367c84d
commit
192809e650
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ (define-public python-agate-sql
|
|||
(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 @@ (define-public python-agate-dbf
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y49fi6pmm7gzhajvqmfpcca2sqnwj24fqnsvzwk7r1hg2iaa2gi"))))
|
||||
"03l3qlyw7588jhjjsiy15valqlzs8gjai8f74v18zv2za0zjqbzl"))))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
|
|
Loading…
Reference in a new issue