gnu: ghc-filepath-bytestring: Update to 1.4.2.1.6.
The minimum version of ghc-filepath-bytestring is now 1.4.2.1.4 in the latest release of git-annex, the only Guix package that has this library as an input. * gnu/packages/haskell-xyz.scm (ghc-filepath-bytestring): Update to 1.4.2.1.6. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
		
							parent
							
								
									283b1becae
								
							
						
					
					
						commit
						e287980576
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4440,7 +4440,7 @@ file contents, and more.")
 | 
				
			||||||
(define-public ghc-filepath-bytestring
 | 
					(define-public ghc-filepath-bytestring
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-filepath-bytestring")
 | 
					    (name "ghc-filepath-bytestring")
 | 
				
			||||||
    (version "1.4.2.1.1")
 | 
					    (version "1.4.2.1.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4449,7 +4449,7 @@ file contents, and more.")
 | 
				
			||||||
              "filepath-bytestring-" version ".tar.gz"))
 | 
					              "filepath-bytestring-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "06shdskjj391hb9295slm9gg2rbn5fdq5v6fg0mgn3yl5dv8q5dx"))))
 | 
					         "11xrrzdkm5i96dazbz0gi1qp8nnj2lwbnxzwy7f4cnahskz4f4g7"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("ghc-quickcheck" ,ghc-quickcheck)))
 | 
					     `(("ghc-quickcheck" ,ghc-quickcheck)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue