gnu: i2pd: update to 2.44.

* gnu/packages/i2p.scm (i2pd): Update to 2.44.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Iska Magg 2022-11-25 17:34:06 +00:00 committed by Christopher Baines
parent b0feb36e83
commit 037687ccc8
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -32,7 +32,7 @@ (define-module (gnu packages i2p)
(define-public i2pd
(package
(name "i2pd")
(version "2.41.0")
(version "2.44.0")
(source
(origin
(method git-fetch)
@ -41,7 +41,7 @@ (define-public i2pd
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0kh03lb4m8fvlfvq06d4hgwmk43pk7yp7n7y36kb2vplhrjrn2kx"))))
(base32 "0fwaalfxqdahgvx5rfkvdmf6gl10w328a18ddhyn5kvpmp9x7fgl"))))
(build-system cmake-build-system)
(inputs
(list boost miniupnpc openssl zlib))