gnu: i2pd: update to 2.38.0.
* gnu/packages/i2p.scm (i2pd): Update to 2.38.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									3aea1433f1
								
							
						
					
					
						commit
						e47b7a73be
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -1,6 +1,7 @@ | ||||||
| ;;; GNU Guix --- Functional package management for GNU | ;;; GNU Guix --- Functional package management for GNU | ||||||
| ;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org> | ;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org> | ||||||
| ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr> | ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr> | ||||||
|  | ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw> | ||||||
| ;;; | ;;; | ||||||
| ;;; This file is part of GNU Guix. | ;;; This file is part of GNU Guix. | ||||||
| ;;; | ;;; | ||||||
|  | @ -30,7 +31,7 @@ | ||||||
| (define-public i2pd | (define-public i2pd | ||||||
|   (package |   (package | ||||||
|     (name "i2pd") |     (name "i2pd") | ||||||
|     (version "2.36.0") |     (version "2.38.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|  | @ -39,7 +40,7 @@ | ||||||
|              (commit version))) |              (commit version))) | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "0gx7y0vrg9lsl7m1r6c8xyyqmaqn900kms4g0941g0gd5zdb0mvz")))) |         (base32 "1a35grcfw5a9dsj0rnm2i86fjf4px96xbnjj3hkril7hv5jvl37k")))) | ||||||
|     (build-system cmake-build-system) |     (build-system cmake-build-system) | ||||||
|     (inputs `(("boost" ,boost) |     (inputs `(("boost" ,boost) | ||||||
|               ("miniupnpc" ,miniupnpc) |               ("miniupnpc" ,miniupnpc) | ||||||
|  |  | ||||||
		Reference in a new issue