guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: nsis: Update to 3.05.


From: guix-commits
Subject: branch master updated: gnu: nsis: Update to 3.05.
Date: Wed, 11 Mar 2020 11:43:02 -0400

This is an automated email from the git hooks/post-receive script.

carl pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cdf00cf  gnu: nsis: Update to 3.05.
cdf00cf is described below

commit cdf00cf75d2e3ef68d016c3dc145bf9d12475023
Author: Carl Dong <address@hidden>
AuthorDate: Wed Mar 11 11:11:34 2020 -0400

    gnu: nsis: Update to 3.05.
    
    * gnu/packages/installers.scm (nsis): Update to 3.05.
---
 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 9229359..a8a5c36 100644
--- a/gnu/packages/installers.scm
+++ b/gnu/packages/installers.scm
@@ -34,14 +34,14 @@
          (xgcc (cross-gcc triplet #:libc xlibc)))
     (package
       (name (string-append "nsis-" machine))
-      (version "3.04")
+      (version "3.05")
       (source (origin
                 (method url-fetch)
                 (uri (string-append 
"http://prdownloads.sourceforge.net/nsis/nsis-";
                                     version "-src.tar.bz2"))
                 (sha256
                  (base32
-                  "1xgllk2mk36ll2509hd31mfq6blgncmdzmwxj3ymrwshdh23d5b0"))
+                  "1sbwx5vzpddharkb7nj4q5z3i5fbg4lan63ng738cw4hmc4v7qdn"))
                 (patches (search-patches "nsis-env-passthru.patch"))))
       (build-system scons-build-system)
       (native-inputs `(("xgcc" ,xgcc)



reply via email to

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