aboutsummaryrefslogtreecommitdiff
path: root/src/xyz/euandreh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/xyz/euandreh/packages.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/xyz/euandreh/packages.scm b/src/xyz/euandreh/packages.scm
index 6792cd2..2262427 100644
--- a/src/xyz/euandreh/packages.scm
+++ b/src/xyz/euandreh/packages.scm
@@ -15,7 +15,7 @@
(define-public td-latest
(package
(name "td-latest")
- (version "90f2352c78b921c50f4c8547baa609c272248c30")
+ (version "c9d881f67918c6b098d868e0df6c8837632d0d93")
(source (origin
(method url-fetch)
(uri (string-append
@@ -24,10 +24,8 @@
".tar.gz"))
(sha256
(base32
- "06k5hpxhly8nlniqrr2z5z4v1v4wyazf207v8w3rr25wwmxwl93f"))))
+ "1m6s52rws3i7d8hvgfh5v7mwcwa7qwxrr8r453a8g6myql2h17x5"))))
(build-system gnu-build-system)
- (inputs
- `(("m4" ,(specification->package "m4"))))
(arguments `(#:make-flags
(list (string-append "PREFIX=" %output))
#:phases
@@ -35,7 +33,7 @@
(delete 'configure))))
(synopsis (file-append source "/description"))
(description (file-append source "/long-description"))
- (home-page (string-append "https://" name ".euandreh.xyz"))
+ (home-page (string-append "https://euandreh.xyz/" name "/"))
(license license:agpl3+)))
(list