* [bug#76062] [PATCH 0/2] Update magit to 4.3.0
@ 2025-02-04 22:33 ashish.is--- via Guix-patches via
2025-02-04 22:35 ` [bug#76062] [PATCH 1/2] gnu: emacs-llama: Update to 0.6.0 ashish.is--- via Guix-patches via
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: ashish.is--- via Guix-patches via @ 2025-02-04 22:33 UTC (permalink / raw)
To: 76062
Cc: Ashish SHUKLA, Andrew Tropin, Divya Ranjan Pattanaik, Ian Eure,
Katherine Cox-Buday, Liliana Marie Prikler
From: Ashish SHUKLA <ashish.is@lostca.se>
This patch series updates magit to 4.3.0, along with the dependencies.
Ashish SHUKLA (2):
gnu: emacs-llama: Update to 0.6.0.
gnu: emacs-magit: Update to 4.3.0.
gnu/packages/emacs-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
base-commit: 5a897c5c95a81278b044c18d962d3bd83131ba06
--
2.48.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#76062] [PATCH 1/2] gnu: emacs-llama: Update to 0.6.0.
2025-02-04 22:33 [bug#76062] [PATCH 0/2] Update magit to 4.3.0 ashish.is--- via Guix-patches via
@ 2025-02-04 22:35 ` ashish.is--- via Guix-patches via
2025-02-04 22:35 ` [bug#76062] [PATCH 2/2] gnu: emacs-magit: Update to 4.3.0 ashish.is--- via Guix-patches via
2025-02-05 7:50 ` [bug#76062] control message for bug #76062 Cayetano Santos via Guix-patches via
2 siblings, 0 replies; 8+ messages in thread
From: ashish.is--- via Guix-patches via @ 2025-02-04 22:35 UTC (permalink / raw)
To: 76062
Cc: Ashish SHUKLA, Andrew Tropin, Divya Ranjan Pattanaik, Ian Eure,
Katherine Cox-Buday, Liliana Marie Prikler
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/emacs-xyz.scm (emacs-llama): Update to 0.6.0.
Change-Id: I713ffb3549edc8325d19e31e90f2a06b678ea0b6
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e50622195b..0afef8ac9e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1771,7 +1771,7 @@ (define-public emacs-libgit
(define-public emacs-llama
(package
(name "emacs-llama")
- (version "0.5.0")
+ (version "0.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1780,7 +1780,7 @@ (define-public emacs-llama
(file-name (git-file-name name version))
(sha256
(base32
- "1zb3iqb1nks2y9i1033x4pa0kb7nb4jqwrcrkqrsq3w612213hkd"))))
+ "0f2v1fw5iahlh0ypbwxfpav48h43h0zqqmicgs2hg7r251ss2j8j"))))
(build-system emacs-build-system)
(arguments
(list #:tests? #true
--
2.48.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#76062] [PATCH 2/2] gnu: emacs-magit: Update to 4.3.0.
2025-02-04 22:33 [bug#76062] [PATCH 0/2] Update magit to 4.3.0 ashish.is--- via Guix-patches via
2025-02-04 22:35 ` [bug#76062] [PATCH 1/2] gnu: emacs-llama: Update to 0.6.0 ashish.is--- via Guix-patches via
@ 2025-02-04 22:35 ` ashish.is--- via Guix-patches via
2025-02-05 7:50 ` [bug#76062] control message for bug #76062 Cayetano Santos via Guix-patches via
2 siblings, 0 replies; 8+ messages in thread
From: ashish.is--- via Guix-patches via @ 2025-02-04 22:35 UTC (permalink / raw)
To: 76062
Cc: Ashish SHUKLA, Andrew Tropin, Divya Ranjan Pattanaik, Ian Eure,
Katherine Cox-Buday, Liliana Marie Prikler
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.3.0.
Change-Id: I7a7f24c066b01ceee24f9638f85105d4dc7827a6
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0afef8ac9e..bfb5752319 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1823,7 +1823,7 @@ (define-public emacs-llm
(define-public emacs-magit
(package
(name "emacs-magit")
- (version "4.2.0")
+ (version "4.3.0")
(source
(origin
(method git-fetch)
@@ -1832,7 +1832,7 @@ (define-public emacs-magit
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0zmrd6xlrvlr0i1a75xwlknmyx4hvpfxaqjkl61n12gd8598ji1j"))))
+ (base32 "1xz68154qmik4xs3ldl1gv87rb3famgd73k0174xbsr48d40ccyg"))))
(build-system emacs-build-system)
(arguments
(list
@@ -1897,7 +1897,7 @@ (define-public emacs-magit
(propagated-inputs
;; Note: the 'git-commit' and 'magit-section' dependencies are part of
;; magit itself.
- (list emacs-compat emacs-dash emacs-transient emacs-with-editor))
+ (list emacs-compat emacs-dash emacs-transient emacs-with-editor emacs-llama))
(home-page "https://magit.vc/")
(synopsis "Emacs interface for the Git version control system")
(description
--
2.48.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#76062] control message for bug #76062
2025-02-04 22:33 [bug#76062] [PATCH 0/2] Update magit to 4.3.0 ashish.is--- via Guix-patches via
2025-02-04 22:35 ` [bug#76062] [PATCH 1/2] gnu: emacs-llama: Update to 0.6.0 ashish.is--- via Guix-patches via
2025-02-04 22:35 ` [bug#76062] [PATCH 2/2] gnu: emacs-magit: Update to 4.3.0 ashish.is--- via Guix-patches via
@ 2025-02-05 7:50 ` Cayetano Santos via Guix-patches via
2025-02-05 9:14 ` [bug#76062] [PATCH v2 1/2] gnu: emacs-llama: Update to 0.6.0 ashish.is--- via Guix-patches via
2025-02-05 9:14 ` [bug#76062] [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0 ashish.is--- via Guix-patches via
2 siblings, 2 replies; 8+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2025-02-05 7:50 UTC (permalink / raw)
To: GNU bug tracker automated control server
Cc: ian, cox.katherine.e+guix, liliana.prikler, andrew, 76062,
ashish.is, divya
[-- Attachment #1: Type: text/plain, Size: 406 bytes --]
user guix
usertag 76062 + waiting-on-contributor
thanks
Guix QA review form submission:
Magit doesn’t depend on dash anymore, see:
https://github.com/magit/magit/blob/main/CHANGELOG#L60
Could you remove it from propagated inputs array ?
Thanks !
--
Cayetano Santos
GnuPG Key: https://meta.sr.ht/~csantosb.pgp
FingerPrint: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 259 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#76062] [PATCH v2 1/2] gnu: emacs-llama: Update to 0.6.0.
2025-02-05 7:50 ` [bug#76062] control message for bug #76062 Cayetano Santos via Guix-patches via
@ 2025-02-05 9:14 ` ashish.is--- via Guix-patches via
2025-02-05 9:14 ` [bug#76062] [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0 ashish.is--- via Guix-patches via
1 sibling, 0 replies; 8+ messages in thread
From: ashish.is--- via Guix-patches via @ 2025-02-05 9:14 UTC (permalink / raw)
To: 76062
Cc: Ashish SHUKLA, Andrew Tropin, Divya Ranjan Pattanaik, Ian Eure,
Katherine Cox-Buday, Liliana Marie Prikler
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/emacs-xyz.scm (emacs-llama): Update to 0.6.0.
Change-Id: I713ffb3549edc8325d19e31e90f2a06b678ea0b6
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e50622195b..0afef8ac9e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1771,7 +1771,7 @@ (define-public emacs-libgit
(define-public emacs-llama
(package
(name "emacs-llama")
- (version "0.5.0")
+ (version "0.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1780,7 +1780,7 @@ (define-public emacs-llama
(file-name (git-file-name name version))
(sha256
(base32
- "1zb3iqb1nks2y9i1033x4pa0kb7nb4jqwrcrkqrsq3w612213hkd"))))
+ "0f2v1fw5iahlh0ypbwxfpav48h43h0zqqmicgs2hg7r251ss2j8j"))))
(build-system emacs-build-system)
(arguments
(list #:tests? #true
base-commit: 5a897c5c95a81278b044c18d962d3bd83131ba06
--
2.48.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#76062] [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0.
2025-02-05 7:50 ` [bug#76062] control message for bug #76062 Cayetano Santos via Guix-patches via
2025-02-05 9:14 ` [bug#76062] [PATCH v2 1/2] gnu: emacs-llama: Update to 0.6.0 ashish.is--- via Guix-patches via
@ 2025-02-05 9:14 ` ashish.is--- via Guix-patches via
2025-02-05 15:58 ` [bug#76062] control message for bug #76062 Cayetano Santos via Guix-patches via
2025-02-08 15:12 ` bug#76062: [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0 Maxim Cournoyer
1 sibling, 2 replies; 8+ messages in thread
From: ashish.is--- via Guix-patches via @ 2025-02-05 9:14 UTC (permalink / raw)
To: 76062
Cc: Ashish SHUKLA, Andrew Tropin, Divya Ranjan Pattanaik, Ian Eure,
Katherine Cox-Buday, Liliana Marie Prikler
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.3.0.
[propagated-inputs]: Add emacs-llama, and remove emacs-dash.
Change-Id: I7a7f24c066b01ceee24f9638f85105d4dc7827a6
---
Hi,
Thanks for the review. I've also updated the commit message which did not meet standards.
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0afef8ac9e..78d12787d5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1823,7 +1823,7 @@ (define-public emacs-llm
(define-public emacs-magit
(package
(name "emacs-magit")
- (version "4.2.0")
+ (version "4.3.0")
(source
(origin
(method git-fetch)
@@ -1832,7 +1832,7 @@ (define-public emacs-magit
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0zmrd6xlrvlr0i1a75xwlknmyx4hvpfxaqjkl61n12gd8598ji1j"))))
+ (base32 "1xz68154qmik4xs3ldl1gv87rb3famgd73k0174xbsr48d40ccyg"))))
(build-system emacs-build-system)
(arguments
(list
@@ -1897,7 +1897,7 @@ (define-public emacs-magit
(propagated-inputs
;; Note: the 'git-commit' and 'magit-section' dependencies are part of
;; magit itself.
- (list emacs-compat emacs-dash emacs-transient emacs-with-editor))
+ (list emacs-compat emacs-transient emacs-with-editor emacs-llama))
(home-page "https://magit.vc/")
(synopsis "Emacs interface for the Git version control system")
(description
--
2.48.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#76062] control message for bug #76062
2025-02-05 9:14 ` [bug#76062] [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0 ashish.is--- via Guix-patches via
@ 2025-02-05 15:58 ` Cayetano Santos via Guix-patches via
2025-02-08 15:12 ` bug#76062: [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0 Maxim Cournoyer
1 sibling, 0 replies; 8+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2025-02-05 15:58 UTC (permalink / raw)
To: GNU bug tracker automated control server
Cc: ian, cox.katherine.e+guix, liliana.prikler, andrew, 76062,
ashish.is, divya
[-- Attachment #1: Type: text/plain, Size: 452 bytes --]
user guix
usertag 76062 + reviewed-looks-good
thanks
Guix QA review form submission:
Items marked as checked:
- Commit messages
- Package builds
- Lint warnings
- Package tests
- List dependent packages build
package emacs-magit-stgit cannot build after this patch, but problem
comes from upstream repository, which needs to be updated
--
Cayetano Santos
.
gpg: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
key: meta.sr.ht/~csantosb.pgp
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 259 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#76062: [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0.
2025-02-05 9:14 ` [bug#76062] [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0 ashish.is--- via Guix-patches via
2025-02-05 15:58 ` [bug#76062] control message for bug #76062 Cayetano Santos via Guix-patches via
@ 2025-02-08 15:12 ` Maxim Cournoyer
1 sibling, 0 replies; 8+ messages in thread
From: Maxim Cournoyer @ 2025-02-08 15:12 UTC (permalink / raw)
To: ashish.is
Cc: Cayetano Santos, Ian Eure, Katherine Cox-Buday,
Liliana Marie Prikler, Andrew Tropin, 76062-done,
Divya Ranjan Pattanaik
Hi,
ashish.is@lostca.se writes:
> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.3.0.
> [propagated-inputs]: Add emacs-llama, and remove emacs-dash.
Series applied! Thanks to Cayetano for the review.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-02-08 15:14 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04 22:33 [bug#76062] [PATCH 0/2] Update magit to 4.3.0 ashish.is--- via Guix-patches via
2025-02-04 22:35 ` [bug#76062] [PATCH 1/2] gnu: emacs-llama: Update to 0.6.0 ashish.is--- via Guix-patches via
2025-02-04 22:35 ` [bug#76062] [PATCH 2/2] gnu: emacs-magit: Update to 4.3.0 ashish.is--- via Guix-patches via
2025-02-05 7:50 ` [bug#76062] control message for bug #76062 Cayetano Santos via Guix-patches via
2025-02-05 9:14 ` [bug#76062] [PATCH v2 1/2] gnu: emacs-llama: Update to 0.6.0 ashish.is--- via Guix-patches via
2025-02-05 9:14 ` [bug#76062] [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0 ashish.is--- via Guix-patches via
2025-02-05 15:58 ` [bug#76062] control message for bug #76062 Cayetano Santos via Guix-patches via
2025-02-08 15:12 ` bug#76062: [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0 Maxim Cournoyer
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).