gnu: nettle: Update to 3.3.
* gnu/packages/nettle.scm (nettle): Update to 3.3. [home-page]: Use https.
This commit is contained in:
		
							parent
							
								
									feefbb0946
								
							
						
					
					
						commit
						31bd09e5a8
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -47,7 +47,7 @@ | ||||||
|     (outputs '("out" "debug")) |     (outputs '("out" "debug")) | ||||||
|     (native-inputs `(("m4" ,m4))) |     (native-inputs `(("m4" ,m4))) | ||||||
|     (propagated-inputs `(("gmp" ,gmp))) |     (propagated-inputs `(("gmp" ,gmp))) | ||||||
|     (home-page "http://www.lysator.liu.se/~nisse/nettle/") |     (home-page "https://www.lysator.liu.se/~nisse/nettle/") | ||||||
|     (synopsis "C library for low-level cryptographic functionality") |     (synopsis "C library for low-level cryptographic functionality") | ||||||
|     (description |     (description | ||||||
|      "GNU Nettle is a low-level cryptographic library.  It is designed to |      "GNU Nettle is a low-level cryptographic library.  It is designed to | ||||||
|  | @ -60,14 +60,14 @@ themselves.") | ||||||
|   ;; This version is not API-compatible with version 2.  In particular, lsh |   ;; This version is not API-compatible with version 2.  In particular, lsh | ||||||
|   ;; cannot use it yet.  So keep it separate. |   ;; cannot use it yet.  So keep it separate. | ||||||
|   (package (inherit nettle-2) |   (package (inherit nettle-2) | ||||||
|     (version "3.2") |     (version "3.3") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "mirror://gnu/nettle/nettle-" |               (uri (string-append "mirror://gnu/nettle/nettle-" | ||||||
|                                   version ".tar.gz")) |                                   version ".tar.gz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "15wxhk52yc62rx0pddmry66hqm6z5brrrkx4npd3wh9nybg86hpa")))) |                 "07mif3af077763vc35s1x8vzhzlgqcgxh67c1xr13jnhslkjd526")))) | ||||||
|     (arguments |     (arguments | ||||||
|      (substitute-keyword-arguments (package-arguments nettle-2) |      (substitute-keyword-arguments (package-arguments nettle-2) | ||||||
|        ((#:configure-flags flags) |        ((#:configure-flags flags) | ||||||
|  |  | ||||||
		Reference in a new issue