Archived
1
0
Fork 0

gnu: emacs-scpaste: Update to 0.7.0.

* gnu/packages/emacs-xyz.scm (emacs-scpaste): Update to 0.7.0.
This commit is contained in:
Nicolas Goaziou 2023-09-03 12:13:07 +02:00
parent 9a1093206e
commit 6ed46bf515
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -35865,32 +35865,30 @@ in other major modes. Links can be opened and edited like in Org mode.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-scpaste (define-public emacs-scpaste
(let ((commit "cd4fa0aafecd839736e0b6cba68b4fc4d7045472") (package
(revision "0")) (name "emacs-scpaste")
(package (version "0.7.0")
(name "emacs-scpaste") (source
(version "0.6.5") (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://git.sr.ht/~technomancy/scpaste")
(uri (git-reference (commit version)))
(url "https://git.sr.ht/~technomancy/scpaste") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name commit)) (base32
(sha256 "0hahk2m0cvky77h9p5zrfx0qcig4r3qyp9c1ji02kal64i9aib1s"))))
(base32 (build-system emacs-build-system)
"1nvwbwl26z03963g9c82b3ggm39r95z1vp7c9qsa9mjm46dyq27w")))) (propagated-inputs
(build-system emacs-build-system) (list emacs-htmlize))
(propagated-inputs (home-page "https://git.sr.ht/~technomancy/scpaste")
(list emacs-htmlize)) (synopsis "Emacs-based static HTML pastebin")
(home-page "https://git.sr.ht/~technomancy/scpaste") (description "This library will place an HTML copy of a
(synopsis "Emacs-based static HTML pastebin")
(description "This library will place an HTML copy of a
buffer on an active webserver to which the user has SSH access. buffer on an active webserver to which the user has SSH access.
It is similar in purpose to services such as Gist or Pastebin, It is similar in purpose to services such as Gist or Pastebin,
but is much simpler since it assumes the user has access to a but is much simpler since it assumes the user has access to a
publicly-accessible HTTP server.") publicly-accessible HTTP server.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-company-reftex (define-public emacs-company-reftex
(package (package