gnu: opam: Update to 2.0.4.
* gnu/packages/ocaml.scm (opam): Update to 2.0.4.
This commit is contained in:
		
							parent
							
								
									81343b9a34
								
							
						
					
					
						commit
						ee6c4b62b8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -473,7 +473,7 @@ the opam file fomat.")
 | 
				
			||||||
(define-public opam
 | 
					(define-public opam
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "opam")
 | 
					    (name "opam")
 | 
				
			||||||
    (version "2.0.3")
 | 
					    (version "2.0.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -482,7 +482,7 @@ the opam file fomat.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "151zvyijrapi805xm0j88ixlrhdbssfagxr2i1w25aagcd18n5y4"))))
 | 
					                "1yx5k8v5vnnc20fmz5zx8kqd242j48qcknlk6vmkr7rkq886ipq2"))))
 | 
				
			||||||
    (build-system ocaml-build-system)
 | 
					    (build-system ocaml-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue