gnu: perl-cpan-meta-yaml: Update to 0.018.
* gnu/packages/perl.scm (perl-cpan-meta-yaml): Update to 0.018.
This commit is contained in:
		
							parent
							
								
									2dfd0d7b9c
								
							
						
					
					
						commit
						f3312bc191
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8035,7 +8035,7 @@ representation.")
 | 
				
			||||||
(define-public perl-cpan-meta-yaml
 | 
					(define-public perl-cpan-meta-yaml
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "perl-cpan-meta-yaml")
 | 
					    (name "perl-cpan-meta-yaml")
 | 
				
			||||||
    (version "0.012")
 | 
					    (version "0.018")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -8043,7 +8043,7 @@ representation.")
 | 
				
			||||||
                           "CPAN-Meta-YAML-" version ".tar.gz"))
 | 
					                           "CPAN-Meta-YAML-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0a0d62w8d81kkas4j1h48znk0f0vrpibl31gvz9r8hm77dbqqwkw"))))
 | 
					         "150jh9l7baddl2587m23qs2l0pb395qsx9bhsgdsnn6y9k4zgjik"))))
 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f))                    ;Tests require Test::More >= 0.99
 | 
					     `(#:tests? #f))                    ;Tests require Test::More >= 0.99
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue