gnu: dune: Update to 1.11.3.
* gnu/packages/ocaml.scm (dune): Update to 1.11.3. [source]: Use git-fetch.
This commit is contained in:
		
							parent
							
								
									ab68604e5f
								
							
						
					
					
						commit
						283ed30e1a
					
				
					 1 changed files with 7 additions and 5 deletions
				
			
		|  | @ -1317,14 +1317,16 @@ coverage information.") | ||||||
| (define-public dune | (define-public dune | ||||||
|   (package |   (package | ||||||
|     (name "dune") |     (name "dune") | ||||||
|     (version "1.9.3") |     (version "1.11.3") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method git-fetch) | ||||||
|               (uri (string-append "https://github.com/ocaml/dune/releases/" |               (uri (git-reference | ||||||
|                                   "download/" version "/dune-" version ".tbz")) |                      (url "https://github.com/ocaml/dune") | ||||||
|  |                      (commit version))) | ||||||
|  |               (file-name (git-file-name name version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "1jlhnx580v6i1d451z5cl8ibfd0m9qln963y2pp5v6s2winyqyri")))) |                 "0l4x0x2fz135pljv88zj8y6w1ninsqw0gn1mdxzprd6wbxbyn8wr")))) | ||||||
|     (build-system ocaml-build-system) |     (build-system ocaml-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:tests? #f; require odoc |      `(#:tests? #f; require odoc | ||||||
|  |  | ||||||
		Reference in a new issue