* [bug#70453] [PATCH] gnu: nsis: Update to 3.10.
@ 2024-04-18 12:07 Michael Ford
2024-07-18 10:35 ` bug#70453: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2024-04-18 12:07 UTC (permalink / raw)
To: 70453
From 382620e8ed8fcc1d5e54a21896ce4c664358f781 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 18 Apr 2024 12:00:04 +0100
Subject: [PATCH] gnu: nsis: Update to 3.10.
* gnu/packages/installers.scm (make-nsis): Update to 3.10.
---
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 9879359be7..d1145a5d58 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.09")
+ (version "3.10")
(source (origin
(method url-fetch)
(uri (string-append
"http://prdownloads.sourceforge.net/nsis/nsis-"
version "-src.tar.bz2"))
(sha256
(base32
- "1qjnvhnj89a40ac10k2mbln0yqscdmawmgw71816i465x734dn0c"))
+ "15xj1izz3cmaw0mazsvfm8jpr132dyphlw5j0pszwimb0xilmd8i"))
(patches (search-patches "nsis-env-passthru.patch"))))
(build-system scons-build-system)
(native-inputs `(("xgcc" ,xgcc)
--
2.44.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#70453: [PATCH] gnu: nsis: Update to 3.10.
2024-04-18 12:07 [bug#70453] [PATCH] gnu: nsis: Update to 3.10 Michael Ford
@ 2024-07-18 10:35 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-07-18 10:35 UTC (permalink / raw)
To: Michael Ford; +Cc: 70453-done
[-- Attachment #1: Type: text/plain, Size: 1524 bytes --]
Michael Ford <fanquake@gmail.com> writes:
> From 382620e8ed8fcc1d5e54a21896ce4c664358f781 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Thu, 18 Apr 2024 12:00:04 +0100
> Subject: [PATCH] gnu: nsis: Update to 3.10.
>
> * gnu/packages/installers.scm (make-nsis): Update to 3.10.
> ---
> 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 9879359be7..d1145a5d58 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.09")
> + (version "3.10")
> (source (origin
> (method url-fetch)
> (uri (string-append
> "http://prdownloads.sourceforge.net/nsis/nsis-"
> version "-src.tar.bz2"))
> (sha256
> (base32
> - "1qjnvhnj89a40ac10k2mbln0yqscdmawmgw71816i465x734dn0c"))
> + "15xj1izz3cmaw0mazsvfm8jpr132dyphlw5j0pszwimb0xilmd8i"))
> (patches (search-patches "nsis-env-passthru.patch"))))
> (build-system scons-build-system)
> (native-inputs `(("xgcc" ,xgcc)
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=49fa48eed78c50d9674e9868e5a2b3e029a6e403
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-18 10:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-18 12:07 [bug#70453] [PATCH] gnu: nsis: Update to 3.10 Michael Ford
2024-07-18 10:35 ` bug#70453: " Zheng Junjie
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.