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.4.
* gnu/packages/emacs-xyz.scm (emacs-plz-media-type): Update to 0.2.4. Change-Id: Ief9179c17ab638c455a820f8e12c8600d653198e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
b5ff41c037
commit
3fdccefc0e
1 changed files with 2 additions and 2 deletions
|
@ -23225,7 +23225,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.")
|
||||||
(define-public emacs-plz-media-type
|
(define-public emacs-plz-media-type
|
||||||
(package
|
(package
|
||||||
(name "emacs-plz-media-type")
|
(name "emacs-plz-media-type")
|
||||||
(version "0.2.3")
|
(version "0.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23234,7 +23234,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s04ai1gcdc7blyrznaqbdh47vjaa8n49xzhi5s9nym1nm537n1w"))))
|
(base32 "1g9j12p8ifkp2k0lss5nx3mr1nfjsakj4d3mcq9gvzgj7qg8aw2d"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-plz))
|
(propagated-inputs (list emacs-plz))
|
||||||
(arguments (list #:tests? #f))
|
(arguments (list #:tests? #f))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue