gnu: perl-uri: Update to 5.05.
* gnu/packages/web.scm (perl-uri): Update to 5.05.
This commit is contained in:
		
							parent
							
								
									2191d88d1b
								
							
						
					
					
						commit
						ffffb2dfa9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4297,14 +4297,14 @@ applications.")
 | 
				
			||||||
(define-public perl-uri
 | 
					(define-public perl-uri
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "perl-uri")
 | 
					    (name "perl-uri")
 | 
				
			||||||
    (version "1.76")
 | 
					    (version "5.05")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "mirror://cpan/authors/id/O/OA/OALDERS/"
 | 
					             (uri (string-append "mirror://cpan/authors/id/O/OA/OALDERS/"
 | 
				
			||||||
                                 "URI-" version ".tar.gz"))
 | 
					                                 "URI-" version ".tar.gz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0gj1aj18k43kmzc3y1zhj5giinf8rksacf757r475xfna0fqxjdj"))))
 | 
					               "1v3r3ck67w272kzfgm1nd3wb41av1hlnza56vkxxj1i7s3917hd5"))))
 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     ;; For tests.
 | 
					     ;; For tests.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue