GNU bug report logs -
#77692
[PATCH] gnu: emacs-emms-print-metadata: Update to 22.
Previous Next
To reply to this bug, email your comments to 77692 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#77692
; Package
guix-patches
.
(Thu, 10 Apr 2025 09:24:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Thu, 10 Apr 2025 09:24:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-emms-print-metadata): Update to 22.
[source]: Switch to git-fetch.
Change-Id: I01af0766877bf156144f45ba8720c00820fc9bf4
---
gnu/packages/emacs-xyz.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 421b9b4cfa..324d99b93f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4120,14 +4120,16 @@ (define-public emacs-dnt
(define emacs-emms-print-metadata
(package
(name "emacs-emms-print-metadata")
- (version "21")
+ (version "22")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://elpa.gnu.org/packages/"
- "emms-" version ".tar"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.savannah.gnu.org/git/emms/")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "188rij39qqaya7hk0p05ygcw5vlha7qd6pm4ws6nfw7g0nv1rbcc"))))
+ (base32 "0s89r9fr79kv864zydqgkv2fdwxa0n84w5b40v87rj5hlya0kx6v"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 2934de1447f87b361608ef3a2a756b8a5d2f42e6
--
2.49.0
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sun, 13 Apr 2025 16:30:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Sun, 13 Apr 2025 16:30:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 77692-done <at> debbugs.gnu.org (full text, mbox):
Am Donnerstag, dem 10.04.2025 um 11:25 +0200 schrieb Cayetano Santos:
> * gnu/packages/emacs-xyz.scm (emacs-emms): Activate tests and build
> info.
>
> Change-Id: I232dd25a30156374d5e12f73948b26b6b274cc54
> ---
Pushed both this and 77692.
Cheers
This bug report was last modified 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.