gnu: ghc-x11: Update to 1.9.
* gnu/packages/haskell.scm (ghc-x11): Update to 1.9.
This commit is contained in:
		
							parent
							
								
									c2d2f27537
								
							
						
					
					
						commit
						d09b2ad428
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1968,14 +1968,14 @@ environment variables.") | |||
| (define-public ghc-x11 | ||||
|   (package | ||||
|     (name "ghc-x11") | ||||
|     (version "1.8") | ||||
|     (version "1.9") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (string-append "https://hackage.haskell.org/package/X11/" | ||||
|                            "X11-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 "13lxq36856fzp61y4api78vssykyh8fm2aplr0nsj18ymdm1c6sl")))) | ||||
|         (base32 "1f8dy6ckkyvpcv7zlniyv01cqjb9lgqscm8pml58cvwc7n38w4qh")))) | ||||
|     (build-system haskell-build-system) | ||||
|     (inputs | ||||
|      `(("libx11" ,libx11) | ||||
|  |  | |||
		Reference in a new issue