gnu: tevent: Update to 0.10.2.
* gnu/packages/samba.scm (tevent): Update to 0.10.2.
This commit is contained in:
parent
e2263e3127
commit
293454f2f5
1 changed files with 2 additions and 2 deletions
|
@ -326,14 +326,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.10.1")
|
(version "0.10.2")
|
||||||
(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
|
||||||
"1dhhd7fz6wyvlwrk1a6gj5m2mcjsc3ilx0mcv1qsr1lbndldm93r"))))
|
"15k6i8ad5lpxfjsjyq9h64zlyws8d3cm0vwdnaw8z1xjwli7hhpq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in a new issue