gnu: perl-timedate: Update to 2.32.
* gnu/packages/perl.scm (perl-timedate): Update to 2.32.
This commit is contained in:
		
							parent
							
								
									0e591daa81
								
							
						
					
					
						commit
						e4e44f24bd
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -9250,15 +9250,14 @@ still work as expected.")
 | 
				
			||||||
(define-public perl-timedate
 | 
					(define-public perl-timedate
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "perl-timedate")
 | 
					    (name "perl-timedate")
 | 
				
			||||||
    (version "2.31")
 | 
					    (version "2.32")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/"
 | 
					       (uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/"
 | 
				
			||||||
                           "TimeDate-" version ".tar.gz"))
 | 
					                           "TimeDate-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "1mmk9dy4a26a4d4c5rswqqhxr0295j93bjbcx91d3qkmwfcs1v1l"))))
 | 
				
			||||||
         "10ad6l4ii2iahdpw8h0xqwasc1jblan31h597q3js4j5nbnhywjw"))))
 | 
					 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
    (home-page "https://metacpan.org/release/TimeDate")
 | 
					    (home-page "https://metacpan.org/release/TimeDate")
 | 
				
			||||||
    (synopsis "Date parsing/formatting subroutines")
 | 
					    (synopsis "Date parsing/formatting subroutines")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue