me
/
guix
Archived
1
0
Fork 0

gnu: tractor: Update to 4.0.

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
1 changed files with 2 additions and 2 deletions

View File

@ -434,14 +434,14 @@ Potential client and exit connections are scrubbed of sensitive information.")
(define-public tractor
(package
(name "tractor")
(version "3.14")
(version "4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "traxtor" version))
(sha256
(base32
"06jhsg179rfckagrpk9r8wqp44anf1bchm3ins2saf5806f0n5lw"))))
"107iwkhw9rxbp4samlcw24gdvgqh23rd7z60lrl1b4iljmhqjvcs"))))
(build-system python-build-system)
(native-inputs
`(("glib:bin" ,glib "bin"))) ; for glib-compile-schemas.