unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73483] [PATCH] gnu: cgit: Update to 1.2.3-6.2a13177.
@ 2024-09-25 19:09 Tomas Volf
  2024-10-05 15:55 ` bug#73483: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-09-25 19:09 UTC (permalink / raw)
  To: 73483; +Cc: Tomas Volf

* gnu/packages/version-control.scm (cgit): Update to 1.2.3-6.2a13177.

Change-Id: Ia577112b61d1f78c1d60f286df8103f98197e145
---
 gnu/packages/version-control.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 3bec28c4f7..394329e685 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1283,8 +1283,8 @@ (define-public git-remote-gcrypt
    (license license:gpl3+)))
 
 (define-public cgit
-  (let ((commit "9811bf07ef6868cdf5618cbbd8b9db5ada936622")
-        (rev "5"))
+  (let ((commit "2a13177f3dce660954b1ce78bc83338fe64f6b33")
+        (rev "6"))
     (package
       (name "cgit")
       ;; Update the ‘git-source’ input as well.
@@ -1296,7 +1296,7 @@ (define-public cgit
                       (commit commit)))
                 (sha256
                  (base32
-                  "1ga73789lixd7l7f1vs7vi8c0lvqjzq036k64lyrv7v6r7yxpn5p"))
+                  "0g02rghwx6gda15ip1pd3rli6smis1mrcb904zlxfqmm6dlc7lca"))
                 (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (arguments
@@ -1372,9 +1372,9 @@ (define-public cgit
              (method url-fetch)
              ;; cgit is tightly bound to git.  Use GIT_VER from the Makefile,
              ;; which may not match the current (package-version git).
-             (uri "mirror://kernel.org/software/scm/git/git-2.46.0.tar.xz")
+             (uri "mirror://kernel.org/software/scm/git/git-2.46.2.tar.xz")
              (sha256
-              (base32 "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz"))))
+              (base32 "18rcmvximgyg3v1a9papi9djfamiak0ys5cmgx7ll29nhp3a3s2y"))))
          ("bash-minimal" ,bash-minimal)
          ("openssl" ,openssl)
          ("python" ,python)
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#73483: [PATCH] gnu: cgit: Update to 1.2.3-6.2a13177.
  2024-09-25 19:09 [bug#73483] [PATCH] gnu: cgit: Update to 1.2.3-6.2a13177 Tomas Volf
@ 2024-10-05 15:55 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-10-05 15:55 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 73483-done

[-- Attachment #1: Type: text/plain, Size: 2032 bytes --]

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/version-control.scm (cgit): Update to 1.2.3-6.2a13177.
>
> Change-Id: Ia577112b61d1f78c1d60f286df8103f98197e145
> ---
>  gnu/packages/version-control.scm | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index 3bec28c4f7..394329e685 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -1283,8 +1283,8 @@ (define-public git-remote-gcrypt
>     (license license:gpl3+)))
>  
>  (define-public cgit
> -  (let ((commit "9811bf07ef6868cdf5618cbbd8b9db5ada936622")
> -        (rev "5"))
> +  (let ((commit "2a13177f3dce660954b1ce78bc83338fe64f6b33")
> +        (rev "6"))
>      (package
>        (name "cgit")
>        ;; Update the ‘git-source’ input as well.
> @@ -1296,7 +1296,7 @@ (define-public cgit
>                        (commit commit)))
>                  (sha256
>                   (base32
> -                  "1ga73789lixd7l7f1vs7vi8c0lvqjzq036k64lyrv7v6r7yxpn5p"))
> +                  "0g02rghwx6gda15ip1pd3rli6smis1mrcb904zlxfqmm6dlc7lca"))
>                  (file-name (git-file-name name version))))
>        (build-system gnu-build-system)
>        (arguments
> @@ -1372,9 +1372,9 @@ (define-public cgit
>               (method url-fetch)
>               ;; cgit is tightly bound to git.  Use GIT_VER from the Makefile,
>               ;; which may not match the current (package-version git).
> -             (uri "mirror://kernel.org/software/scm/git/git-2.46.0.tar.xz")
> +             (uri "mirror://kernel.org/software/scm/git/git-2.46.2.tar.xz")
>               (sha256
> -              (base32 "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz"))))
> +              (base32 "18rcmvximgyg3v1a9papi9djfamiak0ys5cmgx7ll29nhp3a3s2y"))))
>           ("bash-minimal" ,bash-minimal)
>           ("openssl" ,openssl)
>           ("python" ,python)

push, close.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-05 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 19:09 [bug#73483] [PATCH] gnu: cgit: Update to 1.2.3-6.2a13177 Tomas Volf
2024-10-05 15:55 ` bug#73483: " Zheng Junjie

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).