gnu: ocaml-biniou: Update to 1.2.2.
* gnu/packages/ocaml.scm (ocaml-biniou): Update to 1.2.2.
This commit is contained in:
		
							parent
							
								
									3d065a81a7
								
							
						
					
					
						commit
						893299b3ee
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -4952,7 +4952,7 @@ than the first one.")
 | 
				
			||||||
(define-public ocaml-biniou
 | 
					(define-public ocaml-biniou
 | 
				
			||||||
 (package
 | 
					 (package
 | 
				
			||||||
   (name "ocaml-biniou")
 | 
					   (name "ocaml-biniou")
 | 
				
			||||||
   (version "1.2.1")
 | 
					   (version "1.2.2")
 | 
				
			||||||
   (home-page "https://github.com/mjambon/biniou")
 | 
					   (home-page "https://github.com/mjambon/biniou")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
| 
						 | 
					@ -4963,7 +4963,7 @@ than the first one.")
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0x2kiy809n1j0yf32l7hj102y628jp5jdrkbi3z7ld8jq04h1790"))))
 | 
					         "1gd4nqffm9h7dzxyvpfpww24l61fqgazyh3p5f7k9jvgyv9y4vcn"))))
 | 
				
			||||||
   (build-system dune-build-system)
 | 
					   (build-system dune-build-system)
 | 
				
			||||||
   (arguments
 | 
					   (arguments
 | 
				
			||||||
    `(#:phases
 | 
					    `(#:phases
 | 
				
			||||||
| 
						 | 
					@ -4971,7 +4971,7 @@ than the first one.")
 | 
				
			||||||
        (add-before 'build 'make-writable
 | 
					        (add-before 'build 'make-writable
 | 
				
			||||||
          (lambda _ (for-each make-file-writable (find-files "." ".")))))))
 | 
					          (lambda _ (for-each make-file-writable (find-files "." ".")))))))
 | 
				
			||||||
   (inputs
 | 
					   (inputs
 | 
				
			||||||
    (list ocaml-easy-format))
 | 
					    (list ocaml-easy-format ocaml-camlp-streams))
 | 
				
			||||||
   (native-inputs
 | 
					   (native-inputs
 | 
				
			||||||
    (list which))
 | 
					    (list which))
 | 
				
			||||||
   (synopsis "Data format designed for speed, safety, ease of use and backward
 | 
					   (synopsis "Data format designed for speed, safety, ease of use and backward
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue