gnu: git: Update to 2.13.4.
* gnu/packages/version-control.scm (git): Update to 2.13.4.
This commit is contained in:
		
							parent
							
								
									14fce399cc
								
							
						
					
					
						commit
						b73e49f595
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -120,14 +120,14 @@ as well as the classic centralized workflow.")
 | 
				
			||||||
(define-public git
 | 
					(define-public git
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "git")
 | 
					   (name "git")
 | 
				
			||||||
   (version "2.13.3")
 | 
					   (version "2.13.4")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (string-append "mirror://kernel.org/software/scm/git/git-"
 | 
					            (uri (string-append "mirror://kernel.org/software/scm/git/git-"
 | 
				
			||||||
                                version ".tar.xz"))
 | 
					                                version ".tar.xz"))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "0qiy696pwqhbxcrvm3zhyjnfjrym541glhvgc4cynrwg8az27ali"))))
 | 
					              "1nmg0n9l5ix876iqhcyhdnmiy7ihv0ybdijf1lssch6ja8m5j6ip"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (native-inputs
 | 
					   (native-inputs
 | 
				
			||||||
    `(("native-perl" ,perl)
 | 
					    `(("native-perl" ,perl)
 | 
				
			||||||
| 
						 | 
					@ -140,7 +140,7 @@ as well as the classic centralized workflow.")
 | 
				
			||||||
                version ".tar.xz"))
 | 
					                version ".tar.xz"))
 | 
				
			||||||
          (sha256
 | 
					          (sha256
 | 
				
			||||||
           (base32
 | 
					           (base32
 | 
				
			||||||
            "1hl1fhbr3jn4y9pkj26kk9frj6wjlxiphl7x5c9ma6x4081xna0i"))))))
 | 
					            "0ljxkfi7ski9bgpdb8xpikl1xgjjk7bdzmzzkbj93jybk6iajkv7"))))))
 | 
				
			||||||
   (inputs
 | 
					   (inputs
 | 
				
			||||||
    `(("curl" ,curl)
 | 
					    `(("curl" ,curl)
 | 
				
			||||||
      ("expat" ,expat)
 | 
					      ("expat" ,expat)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue