me
/
guix
Archived
1
0
Fork 0

gnu: emacs-empv: Update to 4.4.0.

* gnu/packages/emacs-xyz.scm (emacs-empv): Update to 4.4.0.

Change-Id: I0d678f064eac9764d6a5e595e828b1ec701dbdfd
master
Nicolas Goaziou 2024-07-21 16:09:48 +02:00
parent 552dd1d6eb
commit 8e6400b0f8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 30 additions and 32 deletions

View File

@ -3850,21 +3850,19 @@ Selectrum.")
(license license:gpl3+)))
(define-public emacs-empv
(let ((commit "8cc9b0a425b6989d30f91bf90e9b09bd00581f07")
(revision "1"))
(package
(name "emacs-empv")
(version (git-version "4.3.0" revision commit))
(version "4.4.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/isamert/empv.el")
(commit commit)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"06dphwj9vi39dbpif3kzp6azs80klh13s9l22a6ddz91kmds2myy"))))
"1x756842bwyzp8qqlkcnisbsvpb1i8dc7ajq32ra4l3zfk8vqbh1"))))
(build-system emacs-build-system)
(arguments
(list
@ -3884,7 +3882,7 @@ Selectrum.")
a comprehensive interface to mpv, including convenient features such as an
embedded radio manager, YouTube integration, and a local music and video
library manager.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-marginalia-emprise
(package