gnu: emacs-mpdel: Update to 2.1.1.

*  (emacs-mpdel): Update to 2.1.1.

Change-Id: If9174f93fbf2ed9501ef39246d1637c00839fcc4
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
pinoaffe 2025-09-21 21:24:07 +02:00 committed by Liliana Marie Prikler
parent a2c24c2cfe
commit 5ae8ea40b6
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -34476,7 +34476,7 @@ music.")
(define-public emacs-mpdel (define-public emacs-mpdel
(package (package
(name "emacs-mpdel") (name "emacs-mpdel")
(version "2.1.0") (version "2.1.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -34486,19 +34486,19 @@ music.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"00ajjb9iawva3g7i1y6bz4d4ny3cv5rby6vgkwiy2xkprzxi8900")))) "1i7ymg0ls984vjmzjz0sbg280i47c6j79vr725x94xdpj6ci35qr"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
;; XXX: check includes lint-package-lint, which raises errors. ;; XXX: "check" includes "lint-package-lint", which raises errors.
#:test-command #~(list "make" "test" "lint-checkdoc") #:test-command #~(list "make" "test")
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'inject-makel (add-after 'unpack 'inject-makel
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(symlink (search-input-file inputs "/include/makel.mk") (symlink (search-input-file inputs "/include/makel.mk")
"makel.mk")))))) "makel.mk"))))))
(inputs (list makel)) (native-inputs (list makel))
(propagated-inputs (propagated-inputs
(list emacs-libmpdel emacs-navigel)) (list emacs-libmpdel emacs-navigel))
(home-page "https://gitea.petton.fr/mpdel/mpdel") (home-page "https://gitea.petton.fr/mpdel/mpdel")