mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-webpaste: Update to 3.2.2.
* gnu/packages/emacs-xyz.scm (emacs-webpaste): Update to 3.2.2.
This commit is contained in:
parent
b3a801330e
commit
60dc7a7925
1 changed files with 2 additions and 3 deletions
|
@ -29770,7 +29770,7 @@ (define-public emacs-seriestracker
|
|||
(define-public emacs-webpaste
|
||||
(package
|
||||
(name "emacs-webpaste")
|
||||
(version "3.2.1")
|
||||
(version "3.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -29779,8 +29779,7 @@ (define-public emacs-webpaste
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d481pdnh7cnbyka7wn59czlci63zwfqms8n515svg92qm573ckd"))))
|
||||
(base32 "07hj9nr7x6c9w2dnvc58cfbprgp9cqzdxflp5qlpglzdw0bi9s3c"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
|
|
Loading…
Reference in a new issue