gnu: tevent: Update to 0.9.28.
* gnu/packages/samba.scm (tevent): Update to 0.9.28.
This commit is contained in:
parent
67e7452dda
commit
ea26457dad
|
@ -202,14 +202,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.26")
|
(version "0.9.28")
|
||||||
(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
|
||||||
"1gbh6d2m49j1v2hkaiyrh8bj02i5wxd4hqayzk2g44yyivbi8b16"))))
|
"0a9ml52jjnzz7qg9z750mavlvs1yibjwrzy4yl55dc95j0vm7n84"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue