me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-rich-yank: Update to 0.2.2.

* gnu/packages/emacs-xyz.scm (emacs-org-rich-yank): Update to 0.2.2.
master
Nicolas Goaziou 2023-04-22 10:45:08 +02:00
parent b33f8aac21
commit b26f145461
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -6813,7 +6813,7 @@ hash of the tag names.")
(define-public emacs-org-rich-yank (define-public emacs-org-rich-yank
(package (package
(name "emacs-org-rich-yank") (name "emacs-org-rich-yank")
(version "0.2.1") (version "0.2.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6822,7 +6822,7 @@ hash of the tag names.")
(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 "0gxb0fnh5gxjmld0hnk5hli0cvdd8gjd27m30bk2b80kwldxlq1z")))) (base32 "0cajgkfcwqgqdqyqf01hxji28n27jmj9nf0w3rbyw6l5dffgch0n"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/unhammer/org-rich-yank") (home-page "https://github.com/unhammer/org-rich-yank")
(synopsis "Automatically surround source code pasted into Org with (synopsis "Automatically surround source code pasted into Org with