1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: nsis: Update to 3.11.

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

Change-Id: I3d4c717ca1bda6e18d269c4bc85f5600d6fdbbd1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
fanquake
2025-06-16 15:48:27 +01:00
committed by Sharlatan Hellseher
parent 08c125b5a6
commit 831a3b1263

View File

@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Carl Dong <contact@carldong.me>
;;; Copyright © 2025 fanquake <fanquake@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -34,14 +35,14 @@
(xgcc (cross-gcc triplet #:libc xlibc)))
(package
(name (string-append "nsis-" machine))
(version "3.10")
(version "3.11")
(source (origin
(method url-fetch)
(uri (string-append "http://prdownloads.sourceforge.net/nsis/nsis-"
version "-src.tar.bz2"))
(sha256
(base32
"15xj1izz3cmaw0mazsvfm8jpr132dyphlw5j0pszwimb0xilmd8i"))
"0jzz07acshml9fq60v48sgzxp74p1fl2n0yw25ycdgbfcxi21rqr"))
(patches (search-patches "nsis-env-passthru.patch"))))
(build-system scons-build-system)
(native-inputs `(("xgcc" ,xgcc)