[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/16: gnu: weightwatcher: Fetch sources from Git.
From: |
guix-commits |
Subject: |
02/16: gnu: weightwatcher: Fetch sources from Git. |
Date: |
Sat, 8 Jul 2023 17:28:09 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 818405bb42d8ed157b007eb69b007183a2521dfd
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jun 25 22:28:13 2023 +0100
gnu: weightwatcher: Fetch sources from Git.
They were removed from the home page.
* gnu/packages/astronomy.scm (weightwatcher)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/astronomy.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b47fa8fe1e..bcc17b1056 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -706,11 +706,13 @@ header.")
(version "1.12")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://www.astromatic.net/download/weightwatcher/"
- "weightwatcher-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/astromatic/weightwatcher")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1zaqd8d9rpgcwjsp92q3lkfaa22i20gppb91dz34ym54swisjc2p"))))
+ (base32 "0701z6bdqq32jv7ga3n6jh27q684ni0hbfjm1mak7rh0qqx089gi"))))
(build-system gnu-build-system)
(arguments
(list
- branch master updated (0a645ac606 -> 3718307833), guix-commits, 2023/07/08
- 03/16: gnu: swarp: Update to 2.41.5., guix-commits, 2023/07/08
- 01/16: gnu: weightwatcher: Fix build., guix-commits, 2023/07/08
- 04/16: gnu: eye: Fix build., guix-commits, 2023/07/08
- 02/16: gnu: weightwatcher: Fetch sources from Git.,
guix-commits <=
- 05/16: gnu: eye: Fetch sources from Git., guix-commits, 2023/07/08
- 06/16: gnu: eye: Mark up description., guix-commits, 2023/07/08
- 08/16: gnu: missfits: Fetch sources from Git., guix-commits, 2023/07/08
- 12/16: gnu: skymaker: Remove input labels., guix-commits, 2023/07/08
- 07/16: gnu: missfits: Fix build., guix-commits, 2023/07/08
- 10/16: gnu: skymaker: Fix build., guix-commits, 2023/07/08
- 13/16: gnu: skymaker: Update to 4.2.0-0.1a69c47., guix-commits, 2023/07/08
- 15/16: gnu: stuff: Update to 2.0.1., guix-commits, 2023/07/08
- 16/16: gnu: stuff: Mark up description., guix-commits, 2023/07/08
- 11/16: gnu: skymaker: Use G-expressions., guix-commits, 2023/07/08