guix-patches
[Top][All Lists]
Advanced

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

bug#70453: [PATCH] gnu: nsis: Update to 3.10.


From: Zheng Junjie
Subject: bug#70453: [PATCH] gnu: nsis: Update to 3.10.
Date: Thu, 18 Jul 2024 18:35:01 +0800

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: signature.asc
Description: PGP signature


reply via email to

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