mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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 @@ (define-public nyx
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue