diff options
author | Frederick Muriuki Muriithi | 2025-08-01 14:14:11 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-08-11 11:04:42 -0500 |
commit | 4cd70f4f220815bacb2a32ee7794132847419616 (patch) | |
tree | 12a3aa80543194702061d7f3167690cfdaf6cfdf | |
parent | 08ab8d10d81884dfcbf61d7e75d760bad5ec65a4 (diff) | |
download | guix-bioinformatics-4cd70f4f220815bacb2a32ee7794132847419616.tar.gz |
pep8 -> pycodestyle: update name of package.
-rw-r--r-- | gn/packages/edash.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index eda4da3..f75ec88 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -271,7 +271,7 @@ necessary.") ("python-pyyaml" ,python-pyyaml) ("python-pytest-cov" ,python-pytest-cov) ("python-jsonschema" ,python-jsonschema) - ;; ("python-pytest-pep8" ,python-pytest-pep8) no longer upstream + ("python-pytest-pycodestyle" ,python-pytest-pycodestyle) ("python-pytest-cache" ,python-pytest-cache) ;; ("python-pytest-flakes" ,python-pytest-flakes) )) @@ -303,7 +303,7 @@ with the Specification.") ("python-pyflakes" ,python-pyflakes) ("python-flake8" ,python-flake8) ("python-pytest-cov" ,python-pytest-cov) - ;; ("python-pytest-pep8" ,python-pytest-pep8) no longer upstream + ("python-pytest-pycodestyle" ,python-pytest-pycodestyle) ("python-pytest-cache" ,python-pytest-cache) ;; ("python-pytest-flakes" ,python-pytest-flakes) )) |