diff options
author | Efraim Flashner | 2023-03-22 13:16:47 +0200 |
---|---|---|
committer | Efraim Flashner | 2023-03-22 13:16:47 +0200 |
commit | eae36c7552a258684b28bc4689c294fa84ed6a23 (patch) | |
tree | 0895840425f14ff78871c4508060563ed9593076 /gn/packages/python.scm | |
parent | 4e1bcead4b282c95286cfaed9e23072a5abadfe4 (diff) | |
download | guix-bioinformatics-eae36c7552a258684b28bc4689c294fa84ed6a23.tar.gz |
fixup python-pyshexc
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 46aecd8..f3fa50b 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -978,7 +978,7 @@ server.") (list python-pbr python-requests python-yadict-compare)) - (home-page "https://github.com/shexSpec/grammar/tree/master/parsers/python") + (home-page "https://github.com/shexSpec/grammar-python-antlr") (synopsis "Python ShExC Parser") (description "This package converts the @dfn{Shape Expression Compact} (ShExC) into @dfn{Python JSON Schema Binding} (pyjsg) objects.") |