me
/
guix
Archived
1
0
Fork 0

gnu: python-scour: Update to 0.38.2.

* gnu/packages/python-xyz.scm (python-scour): Update to 0.38.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2222,7 +2222,7 @@ human-friendly syntax.")
(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 @@ human-friendly syntax.")
(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)