gnu: git: Update to 2.25.1.
* gnu/packages/version-control.scm (git): Update to 2.25.1.
This commit is contained in:
		
							parent
							
								
									04761fcc1a
								
							
						
					
					
						commit
						364873b508
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -149,14 +149,14 @@ as well as the classic centralized workflow.")
 | 
				
			||||||
   (name "git")
 | 
					   (name "git")
 | 
				
			||||||
   ;; XXX When updating Git, check if the special 'git-source' input to cgit
 | 
					   ;; XXX When updating Git, check if the special 'git-source' input to cgit
 | 
				
			||||||
   ;; needs to be updated as well.
 | 
					   ;; needs to be updated as well.
 | 
				
			||||||
   (version "2.25.0")
 | 
					   (version "2.25.1")
 | 
				
			||||||
   (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
 | 
				
			||||||
              "1l58v42aazj0x9276gk8r9mwyl9pgp9w99aakz4xfhzv7wd2jq60"))))
 | 
					              "09lzwa183nblr6l8ib35g2xrjf9wm9yhk3szfvyzkwivdv69c9r2"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (native-inputs
 | 
					   (native-inputs
 | 
				
			||||||
    `(("native-perl" ,perl)
 | 
					    `(("native-perl" ,perl)
 | 
				
			||||||
| 
						 | 
					@ -169,7 +169,7 @@ as well as the classic centralized workflow.")
 | 
				
			||||||
                version ".tar.xz"))
 | 
					                version ".tar.xz"))
 | 
				
			||||||
          (sha256
 | 
					          (sha256
 | 
				
			||||||
           (base32
 | 
					           (base32
 | 
				
			||||||
            "1gf8b1k6i4dlwskwq7dd2vz9bzc3m1qnknj9daq2vp39vmxpg5nk"))))
 | 
					            "15pfm7j4wq8ryp9n9d81h8v0arl15yq9i6cigw45walnq5r6721h"))))
 | 
				
			||||||
      ;; For subtree documentation.
 | 
					      ;; For subtree documentation.
 | 
				
			||||||
      ("asciidoc" ,asciidoc)
 | 
					      ("asciidoc" ,asciidoc)
 | 
				
			||||||
      ("docbook-xsl" ,docbook-xsl)
 | 
					      ("docbook-xsl" ,docbook-xsl)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue