mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-plz-media-type: Update to 0.2.3.
* gnu/packages/emacs-xyz.scm (emacs-plz-media-type): Update to 0.2.3. Change-Id: Iead58e8449821a9b64dffd372d821c36eaf077b4
This commit is contained in:
parent
3b055f0f0e
commit
8bb62e4c7c
1 changed files with 2 additions and 2 deletions
|
@ -22772,7 +22772,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.2")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -22781,7 +22781,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 "1q11w5pxyf98rcczw6wsvmqwxwpchf6m9y5fy5xjvgx723v7iwdp"))))
|
||||
(base32 "0s04ai1gcdc7blyrznaqbdh47vjaa8n49xzhi5s9nym1nm537n1w"))))
|
||||
(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