gnu: tevent: Update to 0.10.1.

* gnu/packages/samba.scm (tevent): Update to 0.10.1.
This commit is contained in:
Marius Bakke 2019-09-04 20:46:06 +02:00
parent 1068bdcfe8
commit 173cced751
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -310,14 +310,14 @@ (define-public talloc/static
(define-public tevent
(package
(name "tevent")
(version "0.10.0")
(version "0.10.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/tevent/tevent-"
version ".tar.gz"))
(sha256
(base32
"1rm4d9245ya15wyrh9vqn1dnz14l2ic88mr46ykyc6kdrl99dwrk"))))
"1dhhd7fz6wyvlwrk1a6gj5m2mcjsc3ilx0mcv1qsr1lbndldm93r"))))
(build-system gnu-build-system)
(arguments
'(#:phases