guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: whois: Fetch from upstream repository.


From: guix-commits
Subject: 01/03: gnu: whois: Fetch from upstream repository.
Date: Mon, 28 Dec 2020 12:06:07 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 646233094e4b6361626e59ff582017724a31e86a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 28 17:53:41 2020 +0200

    gnu: whois: Fetch from upstream repository.
    
    * gnu/packages/networking.scm (whois)[source]: Download from upstream
    git repository.
---
 gnu/packages/networking.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f2ec4d7..796c42b 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1307,11 +1307,13 @@ and up to 1 Mbit/s downstream.")
     (version "5.5.7")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "mirror://debian/pool/main/w/whois/"
-                           "whois_" version ".tar.xz"))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/rfc1036/whois";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "14vkf7vkvlfwq45fcsq5dbwnjnkfrmv33br13g1jgl9qpw6p1yiy"))))
+        (base32 "1w3d0ffl0ng1m4i10k968kk4xicviq24w5vwl6d8dhja61d7yd2r"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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