1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 00:55:56 +02:00

gnu: miniz-for-pytorch: Update to pytorch-2.7.0.

* gnu/packages/compression.scm (miniz-for-pytorch): Update to
pytorch-2.7.0 using miniz 3.0.2.
* gnu/packages/patches/miniz-for-pytorch.patch: Update for miniz 3.0.2.

Signed-off-by: Ayan Das <bvits@riseup.net>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ayan Das
2025-06-08 20:52:38 +05:30
committed by Ludovic Courtès
parent 95ca1a5449
commit 785d771fb5
2 changed files with 19 additions and 13 deletions
+3 -3
View File
@@ -3095,16 +3095,16 @@ exported by the zlib library.")
(define-public miniz-for-pytorch
(package
(inherit miniz)
(version "pytorch-2.2.0")
(version "pytorch-2.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/richgel999/miniz")
(commit "2.2.0")))
(commit "3.0.2")))
(file-name (git-file-name (package-name miniz) version))
(sha256
(base32
"09j9ihigfsavgcmk8l36zmbjvdf1x1w7h2v4rkww1qk1sb43y5zf"))
"0672q35vjrpakmsr1gwj9k5fwv5ihzhahm19bq4y74wqpn91p7fw"))
(patches (search-patches "miniz-for-pytorch.patch"))))
(arguments
(substitute-keyword-arguments (package-arguments miniz)