GNU bug report logs

#76979 emacs-dash bump request: 2.20.0

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to bug-guix@gnu.org:
bug#76979; Package guix. (Wed, 12 Mar 2025 14:25:03 GMT) (full text, mbox, link).


Acknowledgement sent to Christopher Howard <christopher@librehacker.com>:
New bug report received and forwarded. Copy sent to bug-guix@gnu.org. (Wed, 12 Mar 2025 14:25:03 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Christopher Howard <christopher@librehacker.com>
To: bug-guix@gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>, Liliana Marie Prikler <liliana.prikler@gmail.com>, Andrew Tropin <andrew@trop.in>
Subject: emacs-dash bump request: 2.20.0
Date: Wed, 12 Mar 2025 06:24:38 -0800
After a long time since the last official release, emacs-dash developer has tagged release 2.20.0:

https://github.com/magnars/dash.el/releases/tag/2.20.0

-- 
馃摏 Christopher Howard
馃殌 gemini://gem.librehacker.com
馃寪 http://gem.librehacker.com

讘专讗砖讬转 讘专讗 讗诇讛讬诐 讗转 讛砖诪讬诐 讜讗转 讛讗专抓

Information forwarded to bug-guix@gnu.org:
bug#76979; Package guix. (Sun, 16 Mar 2025 17:45:02 GMT) (full text, mbox, link).


Message #8 received at 76979@debbugs.gnu.org (full text, mbox, reply):

From: Cayetano Santos <csantosb@inventati.org>
To: 76979@debbugs.gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [PATCH] gnu: emacs-dash: Update to 2.20.0.
Date: Sun, 16 Mar 2025 18:44:16 +0100
* gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.20.0.

Change-Id: I7f28f4d717ecf9a9c5290f118b52d87411fafb22
---

- updated
- let byte-compile-error-on-warn to t
- styling

 gnu/packages/emacs-xyz.scm | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c0e8c810bf..0cf954dd50 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6579,26 +6579,20 @@ (define-public emacs-pdfgrep
 (define-public emacs-dash
   (package
     (name "emacs-dash")
-    (version "2.19.1")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/magnars/dash.el")
-                    (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0z6f8y1m9amhg427iz1d4xcyr6n0kj5w7kmiz134p320ixsdnzd8"))))
+    (version "2.20.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/magnars/dash.el")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "092kf61bi6dwl42yng69g3y55ni8afycqbpaqx9wzf8frx9myg6m"))))
     (build-system emacs-build-system)
     (arguments
-     (list #:tests? #t
-           #:phases
-           #~(modify-phases %standard-phases
-               (add-after 'unpack 'disable-byte-compile-error-on-warn
-                 (lambda _
-                   (substitute* "Makefile"
-                     (("\\(setq byte-compile-error-on-warn t\\)")
-                      "(setq byte-compile-error-on-warn nil)")))))))
+     (list
+      #:tests? #t))
     (home-page "https://github.com/magnars/dash.el")
     (synopsis "Modern list library for Emacs")
     (description "This package provides a modern list API library for Emacs.")

base-commit: b8024fa1ade69a4f97990f0e3379eef01dfd40c2
--
2.48.1





Added tag(s) patch. Request was from Simon Tournier <zimon.toutoune@gmail.com> to control@debbugs.gnu.org. (Fri, 11 Apr 2025 17:16:04 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 03:23:02 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright 漏 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.