gnu: nsis: Update to 3.05.
* gnu/packages/installers.scm (nsis): Update to 3.05.master
parent
e05ce17dbc
commit
cdf00cf75d
|
@ -34,14 +34,14 @@
|
||||||
(xgcc (cross-gcc triplet #:libc xlibc)))
|
(xgcc (cross-gcc triplet #:libc xlibc)))
|
||||||
(package
|
(package
|
||||||
(name (string-append "nsis-" machine))
|
(name (string-append "nsis-" machine))
|
||||||
(version "3.04")
|
(version "3.05")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://prdownloads.sourceforge.net/nsis/nsis-"
|
(uri (string-append "http://prdownloads.sourceforge.net/nsis/nsis-"
|
||||||
version "-src.tar.bz2"))
|
version "-src.tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xgllk2mk36ll2509hd31mfq6blgncmdzmwxj3ymrwshdh23d5b0"))
|
"1sbwx5vzpddharkb7nj4q5z3i5fbg4lan63ng738cw4hmc4v7qdn"))
|
||||||
(patches (search-patches "nsis-env-passthru.patch"))))
|
(patches (search-patches "nsis-env-passthru.patch"))))
|
||||||
(build-system scons-build-system)
|
(build-system scons-build-system)
|
||||||
(native-inputs `(("xgcc" ,xgcc)
|
(native-inputs `(("xgcc" ,xgcc)
|
||||||
|
|
Reference in New Issue