gnu: rust-nettle: Update to 7.0.3.
The patch file is still required for rust-nettle-5. * gnu/packages/crates-io.scm (rust-nettle): Update to 7.0.3.
This commit is contained in:
		
							parent
							
								
									3a608120c1
								
							
						
					
					
						commit
						0ccb46a926
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -32608,15 +32608,14 @@ types as proposed in RFC 1158.") | ||||||
| (define-public rust-nettle-7 | (define-public rust-nettle-7 | ||||||
|   (package |   (package | ||||||
|     (name "rust-nettle") |     (name "rust-nettle") | ||||||
|     (version "7.0.0") |     (version "7.0.3") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (crate-uri "nettle" version)) |        (uri (crate-uri "nettle" version)) | ||||||
|        (file-name (string-append name "-" version ".tar.gz")) |        (file-name (string-append name "-" version ".tar.gz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "1n6dwy9zba8853bmxzhwaashd3np0wxpx0pj43brm0hb8n2sxbxi")) |         (base32 "1qlsq3szglkw7s089h5qh9xa787qyvkdj5cgxm4qj30fazwr0hx0")))) | ||||||
|        (patches (search-patches "rust-nettle-disable-vendor.patch")))) |  | ||||||
|     (build-system cargo-build-system) |     (build-system cargo-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      (list pkg-config)) |      (list pkg-config)) | ||||||
|  |  | ||||||
		Reference in a new issue