me
/
guix
Archived
1
0
Fork 0

gnu: python-coveralls: Update to 3.2.0.

* gnu/packages/python-check.scm (python-coveralls): Update to 3.2.0.
Efraim Flashner 2021-08-09 09:53:09 +03:00
parent 0a379de324
commit d7ffc535c5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ are useful when writing automated tests in Python.")
(define-public python-coveralls
(package
(name "python-coveralls")
(version "3.1.0")
(version "3.2.0")
(home-page "https://github.com/coveralls-clients/coveralls-python")
(source
(origin
@ -126,7 +126,7 @@ are useful when writing automated tests in Python.")
(file-name (git-file-name name version))
(sha256
(base32
"1rpdv7rhs4xy6q4s63krrfhwihli9vla0qsw64vls0naail9yjn3"))))
"1915ab77nfb1rfw4i2ps0zy19wpf20lwxn81qxxbwyd2gy7m0fn8"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases