mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
a568ea33cf
commit
32d1c24332
1 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@
|
|||
;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us@ieee.org>
|
||||
;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
|
||||
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2025 Julian Flake <flake@uni-koblenz.de>
|
||||
;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -322,14 +323,14 @@ (define-public avfs
|
|||
(define-public davfs2
|
||||
(package
|
||||
(name "davfs2")
|
||||
(version "1.6.1")
|
||||
(version "1.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.savannah.nongnu.org/releases/"
|
||||
"davfs2/davfs2-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1h65j2py59b97wbzzjhp4wbkk6351v3hrjscjcfab0p5xi4bjgnf"))))
|
||||
(base32 "1b5izj2qivys6nkqjy08nznjwszar8d46ajmw5cf5jvkcw6dv3i9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue