diff options
author | Ahmad Draidi <a.r.draidi@redscript.org> | 2023-07-07 18:39:56 +0400 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-07-11 20:06:08 +0400 |
commit | 355391419bace8b6a0fd145f6b3c6a10f1dfe1f9 (patch) | |
tree | eee30b94b2de5e7c187728624da7c972d44665ad /gnu/packages/emacs-xyz.scm | |
parent | 7c6237ccbbb11ebe9739228a9a26dd5f58d6860a (diff) | |
download | guix-355391419bace8b6a0fd145f6b3c6a10f1dfe1f9.tar guix-355391419bace8b6a0fd145f6b3c6a10f1dfe1f9.tar.gz |
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>
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d9c1e63335..6d1fb8368a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25042,8 +25042,8 @@ current upstream.") (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 @@ current upstream.") (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.") |