[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: i2pd: Update to 2.31.0.
From: |
guix-commits |
Subject: |
02/06: gnu: i2pd: Update to 2.31.0. |
Date: |
Tue, 14 Apr 2020 14:24:40 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8aa0d29d3e2f982faa3a7d8ff0ab64bd2073039f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Apr 14 17:42:45 2020 +0200
gnu: i2pd: Update to 2.31.0.
* gnu/packages/i2p.scm (i2pd): Update to 2.31.0.
---
gnu/packages/i2p.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/i2p.scm b/gnu/packages/i2p.scm
index a317cd5..0061701 100644
--- a/gnu/packages/i2p.scm
+++ b/gnu/packages/i2p.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Jakob L. Kreuze <address@hidden>
+;;; Copyright © 2020 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -21,7 +22,6 @@
#:use-module (gnu packages compression)
#:use-module (gnu packages tls)
#:use-module (gnu packages upnp)
- #:use-module (gnu packages web)
#:use-module (guix packages)
#:use-module (guix git-download)
#:use-module (guix build-system cmake)
@@ -30,7 +30,7 @@
(define-public i2pd
(package
(name "i2pd")
- (version "2.29.0")
+ (version "2.31.0")
(source
(origin
(method git-fetch)
@@ -39,12 +39,11 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1issg3aidwikk4g12sa8q81zzp0hd0g8wdy2dx4899z8yrscl300"))))
+ (base32 "1q2gxz041ha9n5lfn91iy11sdf3z7d806vcq4z43m7lf92m7i4nn"))))
(build-system cmake-build-system)
(inputs `(("boost" ,boost)
("miniupnpc" ,miniupnpc)
("openssl" ,openssl)
- ("websocketpp" ,websocketpp)
("zlib" ,zlib)))
(arguments '(#:configure-flags
(let ((source (assoc-ref %build-inputs "source")))
@@ -52,7 +51,6 @@
"-DWITH_PCH=OFF"
"-DWITH_STATIC=OFF"
"-DWITH_UPNP=ON"
- "-DWITH_WEBSOCKETS=ON"
"-DWITH_LIBRARY=ON"
"-DBUILD_SHARED_LIBS=ON"
"-DWITH_BINARY=ON"))
- branch master updated (1373cb4 -> a4dd595), guix-commits, 2020/04/14
- 01/06: gnu: strongswan: Update to 5.8.4., guix-commits, 2020/04/14
- 02/06: gnu: i2pd: Update to 2.31.0.,
guix-commits <=
- 03/06: gnu: txr: Declare test target., guix-commits, 2020/04/14
- 05/06: gnu: txr: Update to 235., guix-commits, 2020/04/14
- 06/06: gnu: mksh: Update to 58., guix-commits, 2020/04/14
- 04/06: gnu: txr: Call ./configure manually instead of patching., guix-commits, 2020/04/14