gnu: gnurl: Update to 7.61.0.
* gnu/packages/gnunet.scm (gnurl): Update to 7.61.0.
This commit is contained in:
		
							parent
							
								
									c051767f4c
								
							
						
					
					
						commit
						8db83f0259
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -186,13 +186,13 @@ authentication and support for SSL3 and TLS.")
 | 
			
		|||
(define-public gnurl
 | 
			
		||||
  (package
 | 
			
		||||
   (name "gnurl")
 | 
			
		||||
   (version "7.60.0")
 | 
			
		||||
   (version "7.61.0")
 | 
			
		||||
   (source (origin
 | 
			
		||||
            (method url-fetch)
 | 
			
		||||
            (uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.Z"))
 | 
			
		||||
            (sha256
 | 
			
		||||
             (base32
 | 
			
		||||
              "0klf3h339dznbm903474mjjysrarz09s1wiypnbai3xnfjamha99"))))
 | 
			
		||||
              "1h03zkd9mp4xb5icirl3bfd64r5x8j9ka1hw9qd0n1ql1w0ilz23"))))
 | 
			
		||||
   (build-system gnu-build-system)
 | 
			
		||||
   (outputs '("out"
 | 
			
		||||
              "doc"))                             ; 1.5 MiB of man3 pages
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue