gnu: ghc-atomic-write: Update to 0.2.0.6.
* gnu/packages/haskell-xyz.scm (ghc-atomic-write): Update to 0.2.0.6.
This commit is contained in:
		
							parent
							
								
									c264bd422e
								
							
						
					
					
						commit
						c09d1e6240
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -408,7 +408,7 @@ This library provides a safer method based on the concept of @code{Ticket}s.")
 | 
				
			||||||
(define-public ghc-atomic-write
 | 
					(define-public ghc-atomic-write
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-atomic-write")
 | 
					    (name "ghc-atomic-write")
 | 
				
			||||||
    (version "0.2.0.5")
 | 
					    (version "0.2.0.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -418,7 +418,7 @@ This library provides a safer method based on the concept of @code{Ticket}s.")
 | 
				
			||||||
             ".tar.gz"))
 | 
					             ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1iaq0hprxcv0sl1sgwcgmm87zraf738va1bciwnx2jkk3k1v9iyv"))))
 | 
					         "1xs3shwnlj8hmnm3q6jc8nv78z0481i5n4hrqqdmbpx8grvlnqyl"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ghc-temporary" ,ghc-temporary)
 | 
					     `(("ghc-temporary" ,ghc-temporary)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue