diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-11-29 09:29:58 +0900 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 21:01:38 +0000 |
commit | c7a5b9a11edaefd114304f23d729aba1309ceb55 (patch) | |
tree | 08d55baa2b83bf16273205848cb2838bd2261aae /gnu/packages/bioinformatics.scm | |
parent | 0287db4bcb47725d6c53e5957a073d56c50873ff (diff) | |
download | guix-c7a5b9a11edaefd114304f23d729aba1309ceb55.tar.gz guix-c7a5b9a11edaefd114304f23d729aba1309ceb55.zip |
gnu: Remove python-filelock-3.5.
* gnu/packages/bioinformatics.scm (python-filelock-3.5): Delete variable.
(python-genomepy) [propagated-inputs]: Replace python-filelock-3.5 with
python-filelock.
Change-Id: I74b58c5143dc3f633e44cc9b92307520b160f43f
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1e9fdd404a..6c2cb730fb 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8082,9 +8082,7 @@ high-throughput sequencing (HTS) assays") python-click python-colorama python-diskcache - ;; We cannot use an older filelock, because the - ;; @lock annotation is used here. - python-filelock-3.5 + python-filelock python-loguru python-mygene python-mysql-connector-python |