gnu: cgit: Update to 1.2.3-5.9811bf0.
* gnu/packages/version-control.scm (cgit): Update to 1.2.3-5.9811bf0. Change-Id: Ifa8d731b7a7e1217becb2179d1009e8051137293 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									baae1bb941
								
							
						
					
					
						commit
						9a2ddcc8f5
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -1192,8 +1192,8 @@ collaboration using typical untrusted file hosts or services.")
 | 
				
			||||||
   (license license:gpl3+)))
 | 
					   (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public cgit
 | 
					(define-public cgit
 | 
				
			||||||
  (let ((commit "b2c939af4bbd24882fcd28aa6b75319ca61c7c5b")
 | 
					  (let ((commit "9811bf07ef6868cdf5618cbbd8b9db5ada936622")
 | 
				
			||||||
        (rev "4"))
 | 
					        (rev "5"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "cgit")
 | 
					      (name "cgit")
 | 
				
			||||||
      ;; Update the ‘git-source’ input as well.
 | 
					      ;; Update the ‘git-source’ input as well.
 | 
				
			||||||
| 
						 | 
					@ -1205,7 +1205,7 @@ collaboration using typical untrusted file hosts or services.")
 | 
				
			||||||
                      (commit commit)))
 | 
					                      (commit commit)))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "09la0xhs9mn8k5j5z5s44pa2fv73akn4lhqpbma08f3xdhjpb3fv"))
 | 
					                  "1ga73789lixd7l7f1vs7vi8c0lvqjzq036k64lyrv7v6r7yxpn5p"))
 | 
				
			||||||
                (file-name (git-file-name name version))))
 | 
					                (file-name (git-file-name name version))))
 | 
				
			||||||
      (build-system gnu-build-system)
 | 
					      (build-system gnu-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
| 
						 | 
					@ -1281,9 +1281,9 @@ collaboration using typical untrusted file hosts or services.")
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             ;; cgit is tightly bound to git.  Use GIT_VER from the Makefile,
 | 
					             ;; cgit is tightly bound to git.  Use GIT_VER from the Makefile,
 | 
				
			||||||
             ;; which may not match the current (package-version git).
 | 
					             ;; which may not match the current (package-version git).
 | 
				
			||||||
             (uri "mirror://kernel.org/software/scm/git/git-2.45.2.tar.xz")
 | 
					             (uri "mirror://kernel.org/software/scm/git/git-2.46.0.tar.xz")
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32 "1nws1vjgj54sv32wxl1h3n1jkcpabqv7a605hhafsby0n5zfigsi"))))
 | 
					              (base32 "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz"))))
 | 
				
			||||||
         ("bash-minimal" ,bash-minimal)
 | 
					         ("bash-minimal" ,bash-minimal)
 | 
				
			||||||
         ("openssl" ,openssl)
 | 
					         ("openssl" ,openssl)
 | 
				
			||||||
         ("python" ,python)
 | 
					         ("python" ,python)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue