gnu: ocaml-lwt: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml-lwt)[source]: Download using git-fetch.
This commit is contained in:
		
							parent
							
								
									19568f9e79
								
							
						
					
					
						commit
						8684575a88
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
					@ -1784,12 +1784,13 @@ for mapping files in memory.  This function is the same as the
 | 
				
			||||||
    (version "5.1.1")
 | 
					    (version "5.1.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method git-fetch)
 | 
				
			||||||
        (uri (string-append "https://github.com/ocsigen/lwt/archive/" version
 | 
					        (uri (git-reference
 | 
				
			||||||
                            ".tar.gz"))
 | 
					               (url "https://github.com/ocsigen/lwt")
 | 
				
			||||||
        (file-name (string-append name "-" version ".tar.gz"))
 | 
					               (commit version)))
 | 
				
			||||||
 | 
					        (file-name (git-file-name name version))
 | 
				
			||||||
        (sha256 (base32
 | 
					        (sha256 (base32
 | 
				
			||||||
                  "0gwdmhn0qx03agc45dplj73ia5y1gb42aan64ywfxmll3lsnr2h7"))))
 | 
					                 "1nl7rdnwfdhwcsm5zpay1nr9y5cbapd9x1qzily7zk9ab4v52m8g"))))
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:package "lwt"))
 | 
					     `(#:package "lwt"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue