gnu: libuv-for-node: Update to 1.42.0.
* gnu/packages/libevent.scm (libuv-for-node): Update to 1.42.0.
This commit is contained in:
		
							parent
							
								
									f3cd70ff8c
								
							
						
					
					
						commit
						63915955e2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -140,14 +140,14 @@ resolution, asynchronous file system operations, and threading primitives.")
 | 
			
		|||
  (package
 | 
			
		||||
    (inherit libuv)
 | 
			
		||||
    (name "libuv")
 | 
			
		||||
    (version "1.40.0")
 | 
			
		||||
    (version "1.42.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "https://dist.libuv.org/dist/v" version
 | 
			
		||||
                                  "/libuv-v" version ".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1551k3ab27vbg9517l9b4iqbramwxdkwgpf53knas05cbfwhvab1"))))
 | 
			
		||||
                "0wpb9pz3r8nksnrf4zbixj2kk9whr7abi45ydrwyv2js2ljrc4j3"))))
 | 
			
		||||
    (properties '((hidden? . #t)))))
 | 
			
		||||
 | 
			
		||||
(define-public perl-anyevent
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue