gnu: tractor: Update to 4.0.
This commit is contained in:
parent
c04528d2a2
commit
f86475d012
1 changed files with 2 additions and 2 deletions
|
|
@ -434,14 +434,14 @@ Potential client and exit connections are scrubbed of sensitive information.")
|
||||||
(define-public tractor
|
(define-public tractor
|
||||||
(package
|
(package
|
||||||
(name "tractor")
|
(name "tractor")
|
||||||
(version "3.14")
|
(version "4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "traxtor" version))
|
(uri (pypi-uri "traxtor" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06jhsg179rfckagrpk9r8wqp44anf1bchm3ins2saf5806f0n5lw"))))
|
"107iwkhw9rxbp4samlcw24gdvgqh23rd7z60lrl1b4iljmhqjvcs"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin"))) ; for glib-compile-schemas.
|
`(("glib:bin" ,glib "bin"))) ; for glib-compile-schemas.
|
||||||
|
|
|
||||||
Reference in a new issue