mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: emacs-plz-media-type: Update to 0.2.2.
* gnu/packages/emacs-xyz.scm (emacs-plz-media-type): Update to 0.2.2. Change-Id: I78d10c9970e10daf3657a974c4527d6088226614
This commit is contained in:
parent
887d52d738
commit
bedca1fd1c
1 changed files with 2 additions and 2 deletions
|
@ -22223,7 +22223,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.")
|
|||
(define-public emacs-plz-media-type
|
||||
(package
|
||||
(name "emacs-plz-media-type")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -22232,7 +22232,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bxrinp276rzz1jwnqrs5xginm96vzxr0b1k5q3y56lnin8sp18x"))))
|
||||
(base32 "1q11w5pxyf98rcczw6wsvmqwxwpchf6m9y5fy5xjvgx723v7iwdp"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-plz))
|
||||
(arguments (list #:tests? #f))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue