GNU bug report logs - #75657
[PATCH] gnu: davfs2: Update to 1.7.1.

Previous Next

Package: guix-patches;

Reported by: Julian Flake <flake <at> uni-koblenz.de>

Date: Sat, 18 Jan 2025 20:17:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Julian Flake <flake <at> uni-koblenz.de>
To: guix-patches <at> gnu.org
Cc: Julian Flake <flake <at> uni-koblenz.de>
Subject: [PATCH] gnu: davfs2: Update to 1.7.1.
Date: Sat, 18 Jan 2025 21:16:05 +0100
* gnu/packages/file-systems.scm (davfs2): Update to 1.7.1.

Change-Id: Ic2ebe5580a5d207b045b25ec71223ba1855c19fd
---
 gnu/packages/file-systems.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 937bff4375..bd3223a9c7 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us <at> ieee.org>
 ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi <at> redscript.org>
 ;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2025 Julian Flake <flake <at> 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

base-commit: 87045f0982bd7aebb07b380cbf322651227546f4
-- 
2.47.1





This bug report was last modified 116 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.