gnu: ocaml-gen: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml-gen)[source]: Download using git-fetch.
This commit is contained in:
		
							parent
							
								
									0f4f5715a4
								
							
						
					
					
						commit
						5045821e2a
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
					@ -1915,11 +1915,14 @@ representation of the data.")
 | 
				
			||||||
    (name "ocaml-gen")
 | 
					    (name "ocaml-gen")
 | 
				
			||||||
    (version "0.5.2")
 | 
					    (version "0.5.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri "https://github.com/c-cube/gen/archive/0.5.2.tar.gz")
 | 
					              (uri (git-reference
 | 
				
			||||||
 | 
					                     (url "https://github.com/c-cube/gen")
 | 
				
			||||||
 | 
					                     (commit version)))
 | 
				
			||||||
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "01hvvynh580zxsaqg12md8m17rda0l33avjv00pij44ql6676il2"))))
 | 
					                "1h9g508rnj2j8va5nvhamzscp954vrkh0hdf4pn3d10pcfyslfg2"))))
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f; no tests
 | 
					     `(#:tests? #f; no tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue