emacs-dash bump request: 2.20.0

  • Open
  • quality assurance status badge
Details
2 participants
  • Christopher Howard
  • Cayetano Santos
Owner
unassigned
Submitted by
Christopher Howard
Severity
normal

Debbugs page

Christopher Howard wrote 1 weeks ago
(address . bug-guix@gnu.org)(name . Katherine Cox-Buday)(address . cox.katherine.e+guix@gmail.com)(name . Liliana Marie Prikler)(address . liliana.prikler@gmail.com)(name . Andrew Tropin)(address . andrew@trop.in)
87ldtafhsp.fsf@librehacker.com
After a long time since the last official release, emacs-dash developer has tagged release 2.20.0:
--
馃摏 Christopher Howard
馃殌 gemini://gem.librehacker.com
馃寪 http://gem.librehacker.com
讘专讗砖讬转 讘专讗 讗诇讛讬诐 讗转 讛砖诪讬诐 讜讗转 讛讗专抓
Cayetano Santos wrote 3 days ago
[PATCH] gnu: emacs-dash: Update to 2.20.0.
(address . 76979@debbugs.gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
7b9961a9364be81d0a1c022c349d90d483c355f0.1742147056.git.csantosb@inventati.org
* 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(-)

Toggle diff (45 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76979@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76979
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help