me
/
guix
Archived
1
0
Fork 0

gnu: tractor: Update to 3.12.

* gnu/packages/tor.scm (tractor): Update to 3.12.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Danial Behzadi 2021-08-17 11:55:47 +04:30 committed by Efraim Flashner
parent b948ab8b56
commit f7094f5a42
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -435,14 +435,14 @@ Potential client and exit connections are scrubbed of sensitive information.")
(define-public tractor
(package
(name "tractor")
(version "3.10")
(version "3.12")
(source
(origin
(method url-fetch)
(uri (pypi-uri "traxtor" version))
(sha256
(base32
"0cysxfynsnf5p61m7n6kb58bn1cf81n68clxh5irp44kjshi0q6l"))))
"0bwj4l6szvx7hpjr8va3hlv0g79sxz02hsb60l61hb314c6d4r3q"))))
(build-system python-build-system)
(native-inputs
`(("glib:bin" ,glib "bin"))) ; for glib-compile-schemas.