mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: python-leather: Update to 0.3.4.
* gnu/packages/wireservice.scm (python-leather): Update to 0.3.4. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
f5a2c6c2ab
commit
76a3deb867
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ (define-syntax-rule (wireservice-package extra-fields ...)
|
|||
(define-public python-leather
|
||||
(wireservice-package
|
||||
(name "python-leather")
|
||||
(version "0.3.3")
|
||||
(version "0.3.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -74,7 +74,7 @@ (define-public python-leather
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ck3dplni99sv4s117cbm07ydwwjsrxkhdy19rnk0iglia1d4s5i"))))
|
||||
"00cg4cidl15q1xv2pmxdkia5brig7x0xy9hwf2mlf9cq39bpj1w6"))))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
|
|
Loading…
Reference in a new issue