gnu: ghc-contravariant: Update to 1.4.
* gnu/packages/haskell.scm (ghc-contravariant): Update to 1.4.
This commit is contained in:
		
							parent
							
								
									bfd2ebda71
								
							
						
					
					
						commit
						ab880e6e6c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4026,7 +4026,7 @@ just a @code{Semigroup} are added.")
 | 
				
			||||||
(define-public ghc-contravariant
 | 
					(define-public ghc-contravariant
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-contravariant")
 | 
					    (name "ghc-contravariant")
 | 
				
			||||||
    (version "1.3.3")
 | 
					    (version "1.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4036,7 +4036,7 @@ just a @code{Semigroup} are added.")
 | 
				
			||||||
             ".tar.gz"))
 | 
					             ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "184hcmhsznqrkmqlc1kza9pb5p591anva574ry8wrh81vqmhwfb5"))))
 | 
					         "117fff8kkrvlmr8cb2jpj71z7lf2pdiyks6ilyx89mry6zqnsrp1"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ghc-void" ,ghc-void)
 | 
					     `(("ghc-void" ,ghc-void)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue