diff options
| author | 2025-12-06 23:48:01 -0500 | |
|---|---|---|
| committer | 2025-12-06 23:48:01 -0500 | |
| commit | 7ea1c90b4beef1287e5f538a4dadcfb43984e04f (patch) | |
| tree | fd15c915d0d4976621d7bd33c2ce3b1eef1ba383 /mcgoron/guix | |
| parent | tr7 2.0.11 (diff) | |
Diffstat (limited to 'mcgoron/guix')
| -rw-r--r-- | mcgoron/guix/scheme-packages.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcgoron/guix/scheme-packages.scm b/mcgoron/guix/scheme-packages.scm index e430e14..810576d 100644 --- a/mcgoron/guix/scheme-packages.scm +++ b/mcgoron/guix/scheme-packages.scm @@ -491,7 +491,7 @@ ;; Current guix TR7 is a major version out of date (package (name "tr7") - (version "2.0.11") + (version "2.0.12") (source (origin (method git-fetch) @@ -499,7 +499,7 @@ (url "https://gitlab.com/jobol/tr7") (commit (string-append "v" version)))) (sha256 - (base32 "0c7kcs58nvppbbp285rs53swqk58a9d5cy2lvygmvpn3jy97rq73")) + (base32 "0q4lqhqbmac54nh7lykhkc0wbzra9y0x9bdzy7jvp66mj8m8ix66")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (outputs '("out" "doc")) |
