gnu: perl-text-diff: Update perl-text-diff.
* gnu/packages/perl.scm (perl-text-diff): Correct URL, update to 1.44. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									6d3ef286b1
								
							
						
					
					
						commit
						e957060ccb
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -5632,15 +5632,15 @@ can combine fields into a CSV string and parse a CSV string into fields.")
 | 
				
			||||||
(define-public perl-text-diff
 | 
					(define-public perl-text-diff
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "perl-text-diff")
 | 
					    (name "perl-text-diff")
 | 
				
			||||||
    (version "1.41")
 | 
					    (version "1.44")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://cpan/authors/id/O/OV/OVID/"
 | 
					       (uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
 | 
				
			||||||
                           "Text-Diff-" version ".tar.gz"))
 | 
					                           "Text-Diff-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1ynjsa4sr1yvyh65sdfvahaafglibz70j8b6rj01cg1iisj50zx6"))))
 | 
					         "041v92zla2acdc433f47giridf6p820sdczs7x5d71fhsyza1xsp"))))
 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("perl-algorithm-diff" ,perl-algorithm-diff)))
 | 
					     `(("perl-algorithm-diff" ,perl-algorithm-diff)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue