gnu: ghc-silently: Update to 1.2.5.1.
* gnu/packages/haskell-xyz.scm (ghc-silently): Update to 1.2.5.1.
This commit is contained in:
		
							parent
							
								
									bc9d1af993
								
							
						
					
					
						commit
						544bb369f1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -9184,7 +9184,7 @@ spirit to POSIX shells.  Shelly is originally forked  from the Shellish package.
 | 
				
			||||||
(define-public ghc-silently
 | 
					(define-public ghc-silently
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-silently")
 | 
					    (name "ghc-silently")
 | 
				
			||||||
    (version "1.2.5")
 | 
					    (version "1.2.5.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -9194,7 +9194,7 @@ spirit to POSIX shells.  Shelly is originally forked  from the Shellish package.
 | 
				
			||||||
             ".tar.gz"))
 | 
					             ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0f9qm3f7y0hpxn6mddhhg51mm1r134qkvd2kr8r6192ka1ijbxnf"))))
 | 
					         "1lgs1gsr5dp0x21diqn4l03fxgai2kgdmj85gqp0iz3zykvbmjbz"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (arguments `(#:tests? #f)) ;; circular dependency with nanospec
 | 
					    (arguments `(#:tests? #f)) ;; circular dependency with nanospec
 | 
				
			||||||
    ;; (inputs
 | 
					    ;; (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue