diff options
| author | 2026-03-10 09:15:09 -0400 | |
|---|---|---|
| committer | 2026-03-10 09:15:09 -0400 | |
| commit | 07dbf33193ec054768db24f8ea9484753a945d97 (patch) | |
| tree | 0441c2749965190359696269ae1c0eba6e94dee5 /mcgoron/guix | |
| parent | fix path, add tr7 stdlib (diff) | |
Diffstat (limited to 'mcgoron/guix')
| -rw-r--r-- | mcgoron/guix/scheme-packages.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mcgoron/guix/scheme-packages.scm b/mcgoron/guix/scheme-packages.scm index 5838d2f..e4b515a 100644 --- a/mcgoron/guix/scheme-packages.scm +++ b/mcgoron/guix/scheme-packages.scm @@ -488,15 +488,14 @@ ;;;; TR7 ;;;;;;;;;;; -;;; XXX: Currently importing tr7 requires the fragile (tr7 tr7-with-path) combo. (define-public tr7-lib-dir "share/tr7") (define current-tr7-hash - "1326s9zxznh400rzz07sxnc11f82qhy45cj8xawg41z50jlqg5y9") + "1zlybmsfcly8jy5lw0sjnrkz8mvc5p3v6gs822cjgqk9dy9yf4p6") (define-public tr7-stdlib (package (name "tr7-stdlib") - (version "2.0.16") + (version "2.0.17") (source (origin (method git-fetch) @@ -525,7 +524,7 @@ accessable by tr7-with-path.") ;; Current guix TR7 is a major version out of date (package (name "tr7") - (version "2.0.16") + (version "2.0.17") (source (origin (method git-fetch) |
