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

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

bug#64462: closed ([PATCH] gnu: nsis: Update to 3.09.)


From: GNU bug Tracking System
Subject: bug#64462: closed ([PATCH] gnu: nsis: Update to 3.09.)
Date: Tue, 18 Jul 2023 12:28:02 +0000

Your message dated Tue, 18 Jul 2023 20:27:27 +0800
with message-id <87ttu1xv4g.fsf@envs.net>
and subject line Re: bug#64462: [PATCH] gnu: nsis: Update to 3.09.
has caused the debbugs.gnu.org bug report #64462,
regarding [PATCH] gnu: nsis: Update to 3.09.
to be marked as done.

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


-- 
64462: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64462
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: nsis: Update to 3.09. Date: Tue, 4 Jul 2023 18:11:34 +0100
>From 18a75ac2bf58354c2fa7fc60e04079791f98b53b Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Tue, 4 Jul 2023 18:07:40 +0100
Subject: [PATCH] gnu: nsis: Update to 3.09.

* gnu/packages/installers.scm (make-nsis): Update to 3.09.
---
 gnu/packages/installers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/installers.scm b/gnu/packages/installers.scm
index 79738598cb..9879359be7 100644
--- a/gnu/packages/installers.scm
+++ b/gnu/packages/installers.scm
@@ -34,14 +34,14 @@ (define (make-nsis machine target-arch nsis-target-type)
          (xgcc (cross-gcc triplet #:libc xlibc)))
     (package
       (name (string-append "nsis-" machine))
-      (version "3.08")
+      (version "3.09")
       (source (origin
                 (method url-fetch)
                 (uri (string-append
"http://prdownloads.sourceforge.net/nsis/nsis-";
                                     version "-src.tar.bz2"))
                 (sha256
                  (base32
-                  "11qy1n1qdcqwal9hn8cmzm7gxjdyx7by6w14rfz2l646afnp0lm8"))
+                  "1qjnvhnj89a40ac10k2mbln0yqscdmawmgw71816i465x734dn0c"))
                 (patches (search-patches "nsis-env-passthru.patch"))))
       (build-system scons-build-system)
       (native-inputs `(("xgcc" ,xgcc)
-- 
2.41.0



--- End Message ---
--- Begin Message --- Subject: Re: bug#64462: [PATCH] gnu: nsis: Update to 3.09. Date: Tue, 18 Jul 2023 20:27:27 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Michael Ford <fanquake@gmail.com> writes:

> * gnu/packages/installers.scm (make-nsis): Update to 3.09.

Applied, thank you!


--- End Message ---

reply via email to

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