emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#74815: closed ([PATCH] gnu: zfs: Update to 2.2.7.)


From: GNU bug Tracking System
Subject: bug#74815: closed ([PATCH] gnu: zfs: Update to 2.2.7.)
Date: Fri, 13 Dec 2024 12:51:04 +0000

Your message dated Fri, 13 Dec 2024 20:49:36 +0800
with message-id <87bjxf693z.fsf@iscas.ac.cn>
and subject line Re: [bug#74815] [PATCH] gnu: zfs: Update to 2.2.7.
has caused the debbugs.gnu.org bug report #74815,
regarding [PATCH] gnu: zfs: Update to 2.2.7.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
74815: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74815
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: zfs: Update to 2.2.7. Date: Thu, 12 Dec 2024 10:44:27 +0100
From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/file-systems.scm (zfs): Update to 2.2.7.

Change-Id: I91e1cf9651937b231de46431c9865cbcea29c89b
---
 gnu/packages/file-systems.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 46febebb0d..477f4d0d24 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1563,16 +1563,16 @@ (define-public xfstests
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.2.6")
+    (version "2.2.7")
     (outputs '("out" "module" "src"))
     (source
       (origin
         (method url-fetch)
-          (uri (string-append "https://github.com/openzfs/zfs/releases";
-                              "/download/zfs-" version
-                              "/zfs-" version ".tar.gz"))
-          (sha256
-           (base32 "19x2a8k25i3y6nr7nx5aaqrpnp55vjmrw86p06zpgpf578804bn9"))))
+        (uri (string-append "https://github.com/openzfs/zfs/releases";
+                            "/download/zfs-" version
+                            "/zfs-" version ".tar.gz"))
+        (sha256
+         (base32 "0wkniyfjmbvyyfqv35fhbdx58qk7rck3f91j05x419pjmfzy7f5j"))))
     (build-system linux-module-build-system)
     (arguments
      (list

base-commit: 21905248b46c5b7252d177a17575fd3f31bdc7f4
-- 
2.47.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#74815] [PATCH] gnu: zfs: Update to 2.2.7. Date: Fri, 13 Dec 2024 20:49:36 +0800 User-agent: mu4e 1.12.7; emacs 30.0.92
"ashish.is--- via Guix-patches" via <guix-patches@gnu.org> writes:

> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/file-systems.scm (zfs): Update to 2.2.7.
>
> Change-Id: I91e1cf9651937b231de46431c9865cbcea29c89b
> ---
>  gnu/packages/file-systems.scm | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
> index 46febebb0d..477f4d0d24 100644
> --- a/gnu/packages/file-systems.scm
> +++ b/gnu/packages/file-systems.scm
> @@ -1563,16 +1563,16 @@ (define-public xfstests
>  (define-public zfs
>    (package
>      (name "zfs")
> -    (version "2.2.6")
> +    (version "2.2.7")
>      (outputs '("out" "module" "src"))
>      (source
>        (origin
>          (method url-fetch)
> -          (uri (string-append "https://github.com/openzfs/zfs/releases";
> -                              "/download/zfs-" version
> -                              "/zfs-" version ".tar.gz"))
> -          (sha256
> -           (base32 "19x2a8k25i3y6nr7nx5aaqrpnp55vjmrw86p06zpgpf578804bn9"))))
> +        (uri (string-append "https://github.com/openzfs/zfs/releases";
> +                            "/download/zfs-" version
> +                            "/zfs-" version ".tar.gz"))
> +        (sha256
> +         (base32 "0wkniyfjmbvyyfqv35fhbdx58qk7rck3f91j05x419pjmfzy7f5j"))))
>      (build-system linux-module-build-system)
>      (arguments
>       (list
>
> base-commit: 21905248b46c5b7252d177a17575fd3f31bdc7f4

pushed, closing.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]