GNU bug report logs -
#64462
[PATCH] gnu: nsis: Update to 3.09.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Tue, 4 Jul 2023 17:12:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From 18a75ac2bf58354c2fa7fc60e04079791f98b53b Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> 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
This bug report was last modified 2 years and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.