Archived
1
0
Fork 0

gnu: tractor: Update to 4.0.

This commit is contained in:
Danial Behzadi 2022-12-20 15:21:38 +03:30 committed by Ricardo Wurmus
parent c04528d2a2
commit f86475d012
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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