unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64462] [PATCH] gnu: nsis: Update to 3.09.
@ 2023-07-04 17:11 Michael Ford
  2023-07-18 12:27 ` bug#64462: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2023-07-04 17:11 UTC (permalink / raw)
  To: 64462

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64462: [PATCH] gnu: nsis: Update to 3.09.
  2023-07-04 17:11 [bug#64462] [PATCH] gnu: nsis: Update to 3.09 Michael Ford
@ 2023-07-18 12:27 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-18 12:27 UTC (permalink / raw)
  To: Michael Ford; +Cc: 64462-done

Michael Ford <fanquake@gmail.com> writes:

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

Applied, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-18 12:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04 17:11 [bug#64462] [PATCH] gnu: nsis: Update to 3.09 Michael Ford
2023-07-18 12:27 ` bug#64462: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).