summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-07-21 16:11:45 +0200
committerNguyễn Gia Phong <cnx@loang.net>2026-08-27 15:31:53 +0900
commit7f140e6cd146c3130dc4965f72cf9e36ec7e7e4a (patch)
treef481862d1214232a17e23a1566774a8df76919b2
parent918b838a5e55cb1c3c5e263908aa9a186be28344 (diff)
gnu: tevent: Update to 0.17.1.
* gnu/packages/samba.scm (tevent): Update to 0.17.1. Merges: https://codeberg.org/guix/guix/pulls/10088 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
-rw-r--r--gnu/packages/samba.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index eb110ab851b..95a59d45657 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -501,14 +501,14 @@ destructors. It is the core memory allocator used in Samba.")
501(define-public tevent 501(define-public tevent
502 (package 502 (package
503 (name "tevent") 503 (name "tevent")
504 (version "0.16.1") 504 (version "0.17.1")
505 (source (origin 505 (source (origin
506 (method url-fetch) 506 (method url-fetch)
507 (uri (string-append "https://www.samba.org/ftp/tevent/tevent-" 507 (uri (string-append "https://www.samba.org/ftp/tevent/tevent-"
508 version ".tar.gz")) 508 version ".tar.gz"))
509 (sha256 509 (sha256
510 (base32 510 (base32
511 "17h293jyya0ad4znral5vhi8qd5qqhcn6wz4dxgr1h9dygh72a9n")))) 511 "14mylyqxm0m4bn7rygn4w1ci5drywr2lky11cvh5zqnd6ykxxqhv"))))
512 (build-system gnu-build-system) 512 (build-system gnu-build-system)
513 (arguments 513 (arguments
514 '(#:phases 514 '(#:phases