gnu: davfs2: Update to 1.7.1.

* gnu/packages/file-systems.scm (davfs2): Update to 1.7.1.

Change-Id: Ic2ebe5580a5d207b045b25ec71223ba1855c19fd
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Julian Flake 2025-01-18 21:16:05 +01:00 committed by Zheng Junjie
parent a568ea33cf
commit 32d1c24332
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -14,6 +14,7 @@
;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us@ieee.org> ;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us@ieee.org>
;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org> ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2025 Julian Flake <flake@uni-koblenz.de>
;; ;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -322,14 +323,14 @@ integration with @code{avfs}.")
(define-public davfs2 (define-public davfs2
(package (package
(name "davfs2") (name "davfs2")
(version "1.6.1") (version "1.7.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.savannah.nongnu.org/releases/" (uri (string-append "https://download.savannah.nongnu.org/releases/"
"davfs2/davfs2-" version ".tar.gz")) "davfs2/davfs2-" version ".tar.gz"))
(sha256 (sha256
(base32 "1h65j2py59b97wbzzjhp4wbkk6351v3hrjscjcfab0p5xi4bjgnf")))) (base32 "1b5izj2qivys6nkqjy08nznjwszar8d46ajmw5cf5jvkcw6dv3i9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags