gnu: ocaml-bigarray-compat: Update to 1.1.0.
* gnu/packages/ocaml.scm (ocaml-bigarray-compat): Update to 1.1.0.
This commit is contained in:
		
							parent
							
								
									a041609a82
								
							
						
					
					
						commit
						d7e1c5acb3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1092,7 +1092,7 @@ Knuth’s LR(1) parser construction technique.")
 | 
				
			||||||
(define-public ocaml-bigarray-compat
 | 
					(define-public ocaml-bigarray-compat
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ocaml-bigarray-compat")
 | 
					    (name "ocaml-bigarray-compat")
 | 
				
			||||||
    (version "1.0.0")
 | 
					    (version "1.1.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -1101,7 +1101,7 @@ Knuth’s LR(1) parser construction technique.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "06j1dwlpisxshdd0nab4n4x266gg1s1n8na16lpgw3fvcznwnimz"))))
 | 
					                "0hif5baiwswdblymyfbxh9066pfqynlz5vj3b2brpn0a12k6i5fq"))))
 | 
				
			||||||
    (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