mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: emacs-scroll-on-drag: Update to 0.1-2.179c2ac.
* gnu/packages/emacs-xyz.scm (emacs-scroll-on-drag): Update to 0.1-2.179c2ac. [source]: Download from new upstream URL. [home-page]: Use new home-page. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
7c6237ccbb
commit
355391419b
1 changed files with 5 additions and 5 deletions
|
@ -25042,8 +25042,8 @@ (define-public emacs-git-auto-commit-mode
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-scroll-on-drag
|
||||
(let ((commit "888abd04c34753b1fc4b2fe541bc004ebec5c996")
|
||||
(revision "1"))
|
||||
(let ((commit "179c2acecc48d3ceca4b449b2a225d684002bb32")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "emacs-scroll-on-drag")
|
||||
(version (git-version "0.1" revision commit))
|
||||
|
@ -25051,14 +25051,14 @@ (define-public emacs-scroll-on-drag
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/ideasman42/emacs-scroll-on-drag.git")
|
||||
(url "https://codeberg.org/ideasman42/emacs-scroll-on-drag")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1si4hdqa3jw1inbyh3wb3i5i9grbms1nwky3vyk9zg7iznwm8a9p"))))
|
||||
"0v7d4mrsvckbb66kvskfb9rfrhg8p0zbkr6jqdspfl1p3x8zs2nk"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://gitlab.com/ideasman42/emacs-scroll-on-drag")
|
||||
(home-page "https://codeberg.org/ideasman42/emacs-scroll-on-drag")
|
||||
(synopsis "Interactive scrolling")
|
||||
(description "This package permits scrolling at increasing speeds based
|
||||
on drag distance.")
|
||||
|
|
Loading…
Reference in a new issue