mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: i2pd: Update to 2.41.0.
* gnu/packages/i2p.scm (i2pd): Update to 2.41.0. [arguments]: Remove trailing slash to match all libi2pd entries. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
4637b6952c
commit
d74d18437e
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
||||||
(define-public i2pd
|
(define-public i2pd
|
||||||
(package
|
(package
|
||||||
(name "i2pd")
|
(name "i2pd")
|
||||||
(version "2.38.0")
|
(version "2.41.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1a35grcfw5a9dsj0rnm2i86fjf4px96xbnjj3hkril7hv5jvl37k"))))
|
(base32 "0kh03lb4m8fvlfvq06d4hgwmk43pk7yp7n7y36kb2vplhrjrn2kx"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list boost miniupnpc openssl zlib))
|
(list boost miniupnpc openssl zlib))
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
"./tests")
|
"./tests")
|
||||||
(with-directory-excursion "tests"
|
(with-directory-excursion "tests"
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("../libi2pd/") (string-append source "/libi2pd/")))
|
(("../libi2pd") (string-append source "/libi2pd")))
|
||||||
(apply invoke "make" "all"
|
(apply invoke "make" "all"
|
||||||
`(,@(if parallel-tests?
|
`(,@(if parallel-tests?
|
||||||
`("-j" ,(number->string
|
`("-j" ,(number->string
|
||||||
|
|
Loading…
Reference in a new issue