gnu: ghc-http: Update to 4000.3.14.
* gnu/packages/haskell-web.scm (ghc-http): Update to 4000.3.14.
This commit is contained in:
		
							parent
							
								
									26980aae0b
								
							
						
					
					
						commit
						13e889a758
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -147,7 +147,7 @@ both client and server code).")
 | 
				
			||||||
(define-public ghc-http
 | 
					(define-public ghc-http
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-http")
 | 
					    (name "ghc-http")
 | 
				
			||||||
    (version "4000.3.12")
 | 
					    (version "4000.3.14")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
| 
						 | 
					@ -156,7 +156,7 @@ both client and server code).")
 | 
				
			||||||
                           "HTTP-" version ".tar.gz"))
 | 
					                           "HTTP-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "140r6qy1ay25piv0z3hih11zhigyi08nkwc32097j43pjff6mzx3"))))
 | 
					         "0yv8mbjicpl7l2017c4dhm49117lblgwpy1llv368wci1vrxf0m6"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("ghc-httpd-shed" ,ghc-httpd-shed)
 | 
					     `(("ghc-httpd-shed" ,ghc-httpd-shed)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue