mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 14:18:32 +00:00
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:
commit
fbe363043b
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user