GNU bug report logs -
#70453
[PATCH] gnu: nsis: Update to 3.10.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Thu, 18 Apr 2024 12:08:13 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 70453-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Michael Ford <fanquake <at> gmail.com> writes:
> From 382620e8ed8fcc1d5e54a21896ce4c664358f781 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> 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
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 364 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.