* [bug#69383] [PATCH] gnu: cgit: Update to 8905003cba637e5b18069e625cd4f4c05ac30251.
@ 2024-02-25 15:55 Tomas Volf
2024-03-02 16:14 ` bug#69383: " Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Tomas Volf @ 2024-02-25 15:55 UTC (permalink / raw)
To: 69383; +Cc: Tomas Volf
* gnu/packages/version-control.scm (cgit): Update to
8905003cba637e5b18069e625cd4f4c05ac30251.
Change-Id: I2bf1cdc16c6d8164e11b03ab26a048d6149a5e7c
---
gnu/packages/version-control.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index f683bc4e0e..01b7ff9370 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1121,7 +1121,7 @@ (define-public git-remote-gcrypt
(license license:gpl3+)))
(define-public cgit
- (let ((commit "793c420897e18eb3474c751d54cf4e0983f85433")
+ (let ((commit "8905003cba637e5b18069e625cd4f4c05ac30251")
(rev "1"))
(package
(name "cgit")
@@ -1134,7 +1134,7 @@ (define-public cgit
(commit commit)))
(sha256
(base32
- "1mhrm14wpqvralf9j33ih5ai6naiq3g2jg2z91gnw9dhh8f9ilwz"))
+ "1ha8d2n59mv89vv4bqgg3dk82n1rqh8kd8y654vqx7v1v7m645qz"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -1210,9 +1210,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.43.0.tar.xz")
+ (uri "mirror://kernel.org/software/scm/git/git-2.44.0.tar.xz")
(sha256
- (base32 "1v3nkfm3gw8wr7595qy86qla8xyjvi85fmly4lfph4frfcz60ijl"))))
+ (base32 "1qqxd3pdsca6m93lxxkz9s06xs1sq0ah02lhrr0a6pjvrf6p6n73"))))
("bash-minimal" ,bash-minimal)
("openssl" ,openssl)
("python" ,python)
base-commit: aefc7428203203ae88c64cc4769113453c01a185
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#69383: [PATCH] gnu: cgit: Update to 8905003cba637e5b18069e625cd4f4c05ac30251.
2024-02-25 15:55 [bug#69383] [PATCH] gnu: cgit: Update to 8905003cba637e5b18069e625cd4f4c05ac30251 Tomas Volf
@ 2024-03-02 16:14 ` Ludovic Courtès
2024-03-03 17:02 ` [bug#69383] " Tomas Volf
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2024-03-02 16:14 UTC (permalink / raw)
To: Tomas Volf; +Cc: 69383-done
Tomas Volf <~@wolfsden.cz> skribis:
> * gnu/packages/version-control.scm (cgit): Update to
> 8905003cba637e5b18069e625cd4f4c05ac30251.
>
> Change-Id: I2bf1cdc16c6d8164e11b03ab26a048d6149a5e7c
[...]
> (define-public cgit
> - (let ((commit "793c420897e18eb3474c751d54cf4e0983f85433")
> + (let ((commit "8905003cba637e5b18069e625cd4f4c05ac30251")
> (rev "1"))
I incremented ‘rev’ and applied it. Thanks!
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#69383] [PATCH] gnu: cgit: Update to 8905003cba637e5b18069e625cd4f4c05ac30251.
2024-03-02 16:14 ` bug#69383: " Ludovic Courtès
@ 2024-03-03 17:02 ` Tomas Volf
0 siblings, 0 replies; 3+ messages in thread
From: Tomas Volf @ 2024-03-03 17:02 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 69383
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
On 2024-03-02 17:14:52 +0100, Ludovic Courtès wrote:
> Tomas Volf <~@wolfsden.cz> skribis:
>
> > * gnu/packages/version-control.scm (cgit): Update to
> > 8905003cba637e5b18069e625cd4f4c05ac30251.
> >
> > Change-Id: I2bf1cdc16c6d8164e11b03ab26a048d6149a5e7c
>
> [...]
>
> > (define-public cgit
> > - (let ((commit "793c420897e18eb3474c751d54cf4e0983f85433")
> > + (let ((commit "8905003cba637e5b18069e625cd4f4c05ac30251")
> > (rev "1"))
>
> I incremented ‘rev’ and applied it. Thanks!
I misunderstood what the `rev' means in Guix context, thanks for catching it.
Have a nice day,
Tomas Volf
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-03 17:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-25 15:55 [bug#69383] [PATCH] gnu: cgit: Update to 8905003cba637e5b18069e625cd4f4c05ac30251 Tomas Volf
2024-03-02 16:14 ` bug#69383: " Ludovic Courtès
2024-03-03 17:02 ` [bug#69383] " Tomas Volf
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.