Merge pull request #258694 from r-ryantm/auto-update/python310Packages.pyfaidx

python310Packages.pyfaidx: 0.7.2.1 -> 0.7.2.2
This commit is contained in:
Justin Bedő 2023-10-06 14:06:11 +11:00 committed by GitHub
commit fbe363043b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "pyfaidx";
version = "0.7.2.1";
version = "0.7.2.2";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-MPDSCp49UzU/sg62m34i5vAaU+1PIbPhfdQI8L5QUaA=";
hash = "sha256-O3aTwFLIJpEAD+SpJHXbgv/DtachoSsQ37yHEZxLTTA=";
};
nativeBuildInputs = [