gnu: ghc-wai-logger: Update to 2.3.2.
* gnu/packages/haskell-web.scm (ghc-wai-logger): Update to 2.3.2.
This commit is contained in:
		
							parent
							
								
									6d2fd200f4
								
							
						
					
					
						commit
						7b19f0a803
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -420,7 +420,7 @@ communication between web applications and web servers.")
 | 
				
			||||||
(define-public ghc-wai-logger
 | 
					(define-public ghc-wai-logger
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-wai-logger")
 | 
					    (name "ghc-wai-logger")
 | 
				
			||||||
    (version "2.3.0")
 | 
					    (version "2.3.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -430,7 +430,7 @@ communication between web applications and web servers.")
 | 
				
			||||||
             ".tar.gz"))
 | 
					             ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1w0b0vinsyqr37wciljkz8g5dcmfi2r210lq194a0wkycly9kkch"))))
 | 
					         "0w5ldq4gplc16zzk5ikmbbjw79imaqvw8p6lylaw3hlsbn3zzm4d"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (arguments `(#:tests? #f)) ; FIXME: Tests cannot find libraries exported
 | 
					    (arguments `(#:tests? #f)) ; FIXME: Tests cannot find libraries exported
 | 
				
			||||||
                               ; by propagated-inputs.
 | 
					                               ; by propagated-inputs.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue