mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: emacs-libmpdel: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 2.0.0.
This commit is contained in:
parent
091502f398
commit
30f1966bbb
1 changed files with 2 additions and 2 deletions
|
@ -26559,7 +26559,7 @@ (define-public emacs-nix-mode
|
|||
(define-public emacs-libmpdel
|
||||
(package
|
||||
(name "emacs-libmpdel")
|
||||
(version "1.3.1")
|
||||
(version "2.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -26568,7 +26568,7 @@ (define-public emacs-libmpdel
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fsg2si7afrnsz91i0ziza6nbc4ds9kpnr2z71wf6896zb1afhfx"))))
|
||||
"03bavca89cf7dsjmg7hb48qnvca41ndiij33iw5yjjhbq1zyj8r4"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue