* [bug#64512] [PATCH] gnu: emacs-mode-line-idle: Update to 0.2-1.1dc0115.
@ 2023-07-07 14:26 Ahmad Draidi via Guix-patches via
2023-07-11 16:12 ` Andrew Tropin
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2023-07-07 14:26 UTC (permalink / raw)
To: 64512; +Cc: Ahmad Draidi, Andrew Tropin, Liliana Marie Prikler
* gnu/packages/emacs-xyz.scm (emacs-mode-line-idle): Update to 0.2-1.1dc0115.
[source]: Download from new upstream URL.
[home-page]: Use new home-page.
---
gnu/packages/emacs-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 21aa820f0b..540afc5ccd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7426,22 +7426,22 @@ (define-public emacs-rspec
(define-public emacs-mode-line-idle
;; Package has no release. Version is extracted from "Version:" keyword in
;; main file.
- (let ((commit "02b1da6278e43cc9cc0356110cc6bfbb37eb8241")
+ (let ((commit "1dc0115bd4864b8b8cc9cbaac75c03d764070873")
(revision "1"))
(package
(name "emacs-mode-line-idle")
- (version (git-version "0.1" revision commit))
+ (version (git-version "0.2" revision commit))
(source
(origin
(method git-fetch)
(file-name (git-file-name name version))
(uri (git-reference
- (url "https://gitlab.com/ideasman42/emacs-mode-line-idle")
+ (url "https://codeberg.org/ideasman42/emacs-mode-line-idle")
(commit commit)))
(sha256
- (base32 "0ky330b2sfbzkbxbfp9b21hdywsjw26bllspglz08hrbni7jmry8"))))
+ (base32 "006ynxzakfc11lz9s915agdiiisnbfxiv9a7mj9g0890qh7isjvy"))))
(build-system emacs-build-system)
- (home-page "https://gitlab.com/ideasman42/emacs-mode-line-idle")
+ (home-page "https://codeberg.org/ideasman42/emacs-mode-line-idle")
(synopsis "Simple delayed text evaluation for the mode-line")
(description
"Mode Line Idle provides a convenient way to defer text evaluation
base-commit: 849f31d5746f5633f9f2a768b76739afc257ae99
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#64512] [PATCH] gnu: emacs-mode-line-idle: Update to 0.2-1.1dc0115.
2023-07-07 14:26 [bug#64512] [PATCH] gnu: emacs-mode-line-idle: Update to 0.2-1.1dc0115 Ahmad Draidi via Guix-patches via
@ 2023-07-11 16:12 ` Andrew Tropin
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Tropin @ 2023-07-11 16:12 UTC (permalink / raw)
To: Ahmad Draidi, 64512; +Cc: Ahmad Draidi, Liliana Marie Prikler
[-- Attachment #1: Type: text/plain, Size: 2169 bytes --]
On 2023-07-07 18:26, Ahmad Draidi wrote:
> * gnu/packages/emacs-xyz.scm (emacs-mode-line-idle): Update to 0.2-1.1dc0115.
> [source]: Download from new upstream URL.
> [home-page]: Use new home-page.
> ---
> gnu/packages/emacs-xyz.scm | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 21aa820f0b..540afc5ccd 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -7426,22 +7426,22 @@ (define-public emacs-rspec
> (define-public emacs-mode-line-idle
> ;; Package has no release. Version is extracted from "Version:" keyword in
> ;; main file.
> - (let ((commit "02b1da6278e43cc9cc0356110cc6bfbb37eb8241")
> + (let ((commit "1dc0115bd4864b8b8cc9cbaac75c03d764070873")
> (revision "1"))
Reseted the revision to 0.
> (package
> (name "emacs-mode-line-idle")
> - (version (git-version "0.1" revision commit))
> + (version (git-version "0.2" revision commit))
> (source
> (origin
> (method git-fetch)
> (file-name (git-file-name name version))
> (uri (git-reference
> - (url "https://gitlab.com/ideasman42/emacs-mode-line-idle")
> + (url "https://codeberg.org/ideasman42/emacs-mode-line-idle")
> (commit commit)))
> (sha256
> - (base32 "0ky330b2sfbzkbxbfp9b21hdywsjw26bllspglz08hrbni7jmry8"))))
> + (base32 "006ynxzakfc11lz9s915agdiiisnbfxiv9a7mj9g0890qh7isjvy"))))
> (build-system emacs-build-system)
> - (home-page "https://gitlab.com/ideasman42/emacs-mode-line-idle")
> + (home-page "https://codeberg.org/ideasman42/emacs-mode-line-idle")
> (synopsis "Simple delayed text evaluation for the mode-line")
> (description
> "Mode Line Idle provides a convenient way to defer text evaluation
>
> base-commit: 849f31d5746f5633f9f2a768b76739afc257ae99
Thank you for the patches, applied and pushed. Won't be replying to
each of them, will close issues all together.
--
Best regards,
Andrew Tropin
[-- 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:[~2023-07-11 16:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-07 14:26 [bug#64512] [PATCH] gnu: emacs-mode-line-idle: Update to 0.2-1.1dc0115 Ahmad Draidi via Guix-patches via
2023-07-11 16:12 ` Andrew Tropin
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).