guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: quiterss: Fix lint warnings.


From: guix-commits
Subject: branch master updated: gnu: quiterss: Fix lint warnings.
Date: Sun, 28 Feb 2021 22:46:26 -0500

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 143472a  gnu: quiterss: Fix lint warnings.
143472a is described below

commit 143472afa49562a11220475409ac0dfc8644a6a4
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Mon Mar 1 04:42:12 2021 +0100

    gnu: quiterss: Fix lint warnings.
    
    * gnu/packages/syndication.scm (quiterss):
    [source]: Use git-fetch instead of autogenerated GitHub tarball. Remove
    trailing whitespace.
---
 gnu/packages/syndication.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 3ebc918..89ef69f 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -366,13 +366,14 @@ formats, including all versions of RSS and Atom.")
     (name "quiterss")
     (version "0.19.4")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/QuiteRSS/quiterss/archive/";
-                    version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/QuiteRSS/quiterss";)
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1g1kfa15fr8xskpsc15fbw22z8fljkyq6wfq02zygi4fb8hgmpyr"))
+                "1cgvl67vhn5y7bj5gbjbgk26bhb0196bgrgsp3r5fmrislarj8s6"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -383,7 +384,7 @@ formats, including all versions of RSS and Atom.")
                      "settings.value(\"Settings/statisticsEnabled2\", false)")
                     ;; Disable update check spyware by default, otherwise runs
                     ;; at every startup, nasty. Not needed on GNU Guix as a
-                    ;; feature either way. 
+                    ;; feature either way.
                     (("settings\\.value\\(\"Settings/updateCheckEnabled\", 
true\\)")
                      "settings.value(\"Settings/updateCheckEnabled\", false)"))
                   #t))))



reply via email to

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