guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: emacs-scroll-on-drag: Update to 0.1-2.179c2ac.


From: guix-commits
Subject: 05/09: gnu: emacs-scroll-on-drag: Update to 0.1-2.179c2ac.
Date: Tue, 11 Jul 2023 12:07:28 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit 355391419bace8b6a0fd145f6b3c6a10f1dfe1f9
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Fri Jul 7 18:39:56 2023 +0400

    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>
---
 gnu/packages/emacs-xyz.scm | 10 +++++-----
 1 file 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]