gnu: tevent: Update to 0.9.39.
* gnu/packages/samba.scm (tevent): Update to 0.9.39. [native-inputs]: Add WHICH. Change PYTHON-2 to PYTHON.
This commit is contained in:
parent
966c56f8c6
commit
1ca20daa13
|
@ -308,14 +308,14 @@ destructors. It is the core memory allocator used in Samba.")
|
||||||
(define-public tevent
|
(define-public tevent
|
||||||
(package
|
(package
|
||||||
(name "tevent")
|
(name "tevent")
|
||||||
(version "0.9.37")
|
(version "0.9.39")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.samba.org/ftp/tevent/tevent-"
|
(uri (string-append "https://www.samba.org/ftp/tevent/tevent-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q77vbjic2bb79li2a54ffscnrnwwww55fbpry2kgh7acpnlb0qn"))))
|
"1rnln76ngd2b8lgqvfa9iscy6jizwycj85nfp9zd46b1c760z3gn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -329,7 +329,8 @@ destructors. It is the core memory allocator used in Samba.")
|
||||||
"--bundled-libraries=NONE")))))))
|
"--bundled-libraries=NONE")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python" ,python-2)))
|
("python" ,python)
|
||||||
|
("which" ,which)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("talloc" ,talloc))) ; required by tevent.pc
|
`(("talloc" ,talloc))) ; required by tevent.pc
|
||||||
(synopsis "Event system library")
|
(synopsis "Event system library")
|
||||||
|
|
Loading…
Reference in New Issue