diff options
author | jgart | 2022-04-07 23:24:58 -0400 |
---|---|---|
committer | jgart | 2022-04-07 23:24:58 -0400 |
commit | 64dac1d7cfd4f1f230659f5410cffd303c1a349a (patch) | |
tree | 4b6bbe744417a85cc5b2be628be4960de630a2e2 /gn/packages | |
parent | a14f78b7d33a1568a1bed7a4e28cb0683dc62c74 (diff) | |
download | guix-bioinformatics-64dac1d7cfd4f1f230659f5410cffd303c1a349a.tar.gz |
qc: update to a0d8c80
change unlicense
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/quality-control.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/quality-control.scm b/gn/packages/quality-control.scm index 884a7b9..8fa7a16 100644 --- a/gn/packages/quality-control.scm +++ b/gn/packages/quality-control.scm @@ -37,8 +37,8 @@ (license license:lgpl2.1+)))) (define-public sbcl-qc - (let ((commit "ed4254445b7dc247fa27d9189fd03841ad74f568") - (revision "3")) + (let ((commit "a0d8c807fa3f817f977a64f02f5f8936044050ad") + (revision "4")) (package (name "sbcl-qc") (version (git-version "20220331" revision commit)) @@ -70,7 +70,7 @@ delimited text files: @item Floating-point number well-formedness @item GeneChip Platform ID checks for Affymetrix, Illumina, and others @end itemize\n") - (license license:llgpl)))) + (license license:unlicense)))) (define-public cl-qc (sbcl-package->cl-source-package sbcl-qc)) |