me
/
guix
Archived
1
0
Fork 0

gnu: emacs-openwith: Update to 20120531-0.5fe01de.

* gnu/packages/emacs-xyz.scm (emacs-openwith): Update to 20120531-0.5fe01de.
[source]: Switch to GitHub URI since Bitbucket's has been deleted.
[home-page]: Update URI accordingly.
master
Nicolas Goaziou 2021-02-09 09:12:59 +01:00
parent a459ece1e3
commit 1f1cf91eab
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 15 additions and 11 deletions

View File

@ -13278,20 +13278,24 @@ characters from end of lines.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-openwith (define-public emacs-openwith
(let ((changeset "aeb78782ec87680ea9f082a3f20a3675b3770cf9") ;; There is no release tag. Version is extracted from main file.
(revision "0")) (let ((version "20120531")
(revision "0")
(commit "5fe01dee520d24c839ad5ee18822667457d9f352"))
(package (package
(name "emacs-openwith") (name "emacs-openwith")
(home-page "https://bitbucket.org/jpkotta/openwith") (version (git-version version revision commit))
(version (git-version "0.0.1" revision changeset)) (source
(source (origin (origin
(method hg-fetch) (method git-fetch)
(uri (hg-reference (url home-page) (changeset changeset))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/garberw/openwith")
(sha256 (commit commit)))
(base32 (file-name (git-file-name name version))
"1wl6gnxsyhaad4cl9bxjc0qbc5jzvlwbwjbajs0n1s6qr07d6r01")))) (sha256
(base32 "1scbawhlzmj5nhix779rlqf462g37q84vpq205qhg4qyscvfx6bi"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/garberw/openwith")
(synopsis "Open external applications for files with Emacs") (synopsis "Open external applications for files with Emacs")
(description (description
"This package enables you to associate file name patterns with external "This package enables you to associate file name patterns with external