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:
Björn Höfling 2021-05-21 22:20:13 +02:00
parent b6c83dc5ae
commit 8aab6e0dfb
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -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)