guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: unzip: Fix patch name.


From: guix-commits
Subject: branch master updated: gnu: unzip: Fix patch name.
Date: Sun, 14 Mar 2021 03:28:51 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 699a56e  gnu: unzip: Fix patch name.
699a56e is described below

commit 699a56e3a36e7fcf8f9e207e86e728b9a3aebe45
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Mar 14 09:27:43 2021 +0200

    gnu: unzip: Fix patch name.
    
    This is what happens when you push without testing your changes :/
    
    * gnu/packages/compression.scm (unzip)[source]: Adjust patch name.
---
 gnu/packages/compression.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 7a4f70f..399e445 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1660,7 +1660,7 @@ recreates the stored directory structure by default.")
                                 "unzip-alt-iconv-utf8.patch"
                                 "unzip-alt-iconv-utf8-print.patch"
                                 "unzip-fix-recmatch.patch"
-                                "unzip-caseinsensitive.patch"
+                                "unzip-case-insensitive.patch"
                                 "unzip-close.patch"
                                 "unzip-COVSCAN-fix-unterminated-string.patch"
                                 "unzip-CVE-2016-9844.patch"



reply via email to

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