aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mcgoron/guix/scheme-packages.scm33
1 files changed, 1 insertions, 32 deletions
diff --git a/mcgoron/guix/scheme-packages.scm b/mcgoron/guix/scheme-packages.scm
index 826c75e..e430e14 100644
--- a/mcgoron/guix/scheme-packages.scm
+++ b/mcgoron/guix/scheme-packages.scm
@@ -487,42 +487,11 @@
;;;; TR7
;;;;;;;;;;;
-(define-public tr7-2.0.6
- (package
- (inherit tr7)
- (name "tr7")
- (version "2.0.6")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.com/jobol/tr7")
- (commit (string-append "v" version))))
- (sha256
- (base32 "0z9zjk71294afr5aynnr8q9iih6q6lfsx747swbaz14r5vpjhg3n"))
- (file-name (git-file-name name version))))))
-
-
-(define-public tr7-2.0.7
- (package
- (inherit tr7)
- (name "tr7")
- (version "2.0.7")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.com/jobol/tr7")
- (commit (string-append "v" version))))
- (sha256
- (base32 "0xg0bq2q6g1095m7x72y35p8n3dg1sv4fqbxyqjbyzx2s4ac5h3g"))
- (file-name (git-file-name name version))))))
-
(define-public tr7
;; Current guix TR7 is a major version out of date
(package
(name "tr7")
- (version "2.0.8")
+ (version "2.0.11")
(source
(origin
(method git-fetch)