gnu: ghc-base64-bytestring: Update to 1.0.0.2.
* gnu/packages/haskell.scm (ghc-base64-bytestring): Update to 1.0.0.2.
This commit is contained in:
		
							parent
							
								
									693bcfe222
								
							
						
					
					
						commit
						ecad6abf26
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -3974,7 +3974,7 @@ work, but is substantially simpler and faster.")
 | 
				
			||||||
(define-public ghc-base64-bytestring
 | 
					(define-public ghc-base64-bytestring
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-base64-bytestring")
 | 
					    (name "ghc-base64-bytestring")
 | 
				
			||||||
    (version "1.0.0.1")
 | 
					    (version "1.0.0.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -3983,8 +3983,7 @@ work, but is substantially simpler and faster.")
 | 
				
			||||||
             version
 | 
					             version
 | 
				
			||||||
             ".tar.gz"))
 | 
					             ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "13305brzlac24pifiqd5a2z10c6k6amhpdy9cc0z5ryrkgnm8dhr"))))
 | 
				
			||||||
         "0l1v4ddjdsgi9nqzyzcxxj76rwar3lzx8gmwf2r54bqan3san9db"))))
 | 
					 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (arguments `(#:tests? #f))         ; FIXME: testing libraries are missing.
 | 
					    (arguments `(#:tests? #f))         ; FIXME: testing libraries are missing.
 | 
				
			||||||
    (home-page "https://github.com/bos/base64-bytestring")
 | 
					    (home-page "https://github.com/bos/base64-bytestring")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue