mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-scour: Update to 0.38.2.
* gnu/packages/python-xyz.scm (python-scour): Update to 0.38.2.
This commit is contained in:
parent
b6c83dc5ae
commit
8aab6e0dfb
1 changed files with 2 additions and 2 deletions
|
@ -2222,7 +2222,7 @@ (define-public python2-schedule
|
|||
(define-public python-scour
|
||||
(package
|
||||
(name "python-scour")
|
||||
(version "0.38.1")
|
||||
(version "0.38.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2233,7 +2233,7 @@ (define-public python-scour
|
|||
(string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0rgiypb9ig8x4rl3hfzpy7kwnx1q3064nvlrv4fk0dnp84girn0v"))))
|
||||
(base32 "0mmfvx4wqp8gkpv0kbih89zfs9njvmd3v4dxfqii62xddpxq0f1k"))))
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)))
|
||||
(build-system python-build-system)
|
||||
|
|
Loading…
Reference in a new issue