Merge pull request #332767 from r-ryantm/auto-update/python312Packages.pyfaidx

python312Packages.pyfaidx: 0.8.1.1 -> 0.8.1.2
This commit is contained in:
Fabian Affolter 2024-08-07 09:33:27 +02:00 committed by GitHub
commit e2f684796c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyfaidx";
version = "0.8.1.1";
version = "0.8.1.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-bwSCNSYZ8sxWADyiIyG9sNB2S2VnlbweQGKx+psIaGs=";
hash = "sha256-2EUkcEVbHnePk5aUR9uOok3rRiTHxAdpUWRZy2+HvDM=";
};
build-system = [