gnu: tevent: Update to 0.9.37.
* gnu/packages/samba.scm (tevent): Update to 0.9.37.
This commit is contained in:
parent
f9e1cdb87a
commit
e4bdd199c0
|
@ -306,14 +306,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.36")
|
(version "0.9.37")
|
||||||
(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
|
||||||
"0k1v4vnlzpf7h3p4khaw8a7damrc68g136bf2xzys08nzpinnaxx"))))
|
"1q77vbjic2bb79li2a54ffscnrnwwww55fbpry2kgh7acpnlb0qn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue