gnu: python-robotframework-lint: Update to 1.1-0.b0619ac.
* gnu/packages/python-xyz.scm (python-robotframework-lint): Update to b0619ac.
parent
634ce81e2a
commit
a27ed9d51d
|
@ -3732,11 +3732,12 @@ process automation (RPA).")
|
||||||
;; to the 0.9 stable release available from PyPI. The tests are not
|
;; to the 0.9 stable release available from PyPI. The tests are not
|
||||||
;; included in the PyPI archive, so we fetch the sources from the upstream
|
;; included in the PyPI archive, so we fetch the sources from the upstream
|
||||||
;; Git repo.
|
;; Git repo.
|
||||||
(let ((commit "e851879bab1f63e4e53b34a4dc8a67ed95102830")
|
(let ((commit "b0619ac58a8b1be125f9c98856a664594614570f")
|
||||||
(revision "1"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "python-robotframework-lint")
|
(name "python-robotframework-lint")
|
||||||
(version (git-version "0.9.0" revision commit))
|
(version (git-version "1.1" ;version taken from 'rflint/version.py'
|
||||||
|
revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3746,7 +3747,7 @@ process automation (RPA).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p6fknqg5sb9qz5857ji4a877657vgfjm5v3zn45994parx6ml1m"))))
|
"180npmvzqync25b2scs878gv8q4y17dsinxyjcc10bw22msfap6b"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue