gnu: perl-yaml: Update to 1.24.
* gnu/packages/perl.scm (perl-yaml): Update to 1.24. [source]: Update origin URI.
This commit is contained in:
		
							parent
							
								
									047cd2be07
								
							
						
					
					
						commit
						3199acb2cf
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -8721,15 +8721,15 @@ neither visible nor modifiable from Perl space).")
 | 
				
			||||||
(define-public perl-yaml
 | 
					(define-public perl-yaml
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "perl-yaml")
 | 
					    (name "perl-yaml")
 | 
				
			||||||
    (version "1.23")
 | 
					    (version "1.24")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://cpan/authors/id/I/IN/INGY/"
 | 
					       (uri (string-append "mirror://cpan/authors/id/T/TI/TINITA/"
 | 
				
			||||||
                           "YAML-" version ".tar.gz"))
 | 
					                           "YAML-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0kf8mllrgnrmlvjijxc6srjj1y9i8rik5jpjvm8jh4yx70h9gn1a"))))
 | 
					         "1dpzgnjbd8yvf94vf45cmyj5bc6vrm6bchhx9xqwxqd5f9d093dm"))))
 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("perl-test-yaml" ,perl-test-yaml)))
 | 
					     `(("perl-test-yaml" ,perl-test-yaml)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue