python3Packages.biopandas: 0.5.0 -> 0.5.1

https://github.com/BioPandas/biopandas/releases/tag/v0.5.1
This commit is contained in:
Martin Weinelt 2024-09-29 17:03:50 +02:00
parent e7fac9d576
commit 6ef0868d1c

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "biopandas";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "BioPandas";
repo = "biopandas";
rev = "refs/tags/v${version}";
hash = "sha256-1c78baBBsDyvAWrNx5mZI/Q75wyXv0DAwAdWm3EwX/I=";
hash = "sha256-dUeGjDDz9VA1NrFLGKy0ebaa+MU4c1tHi5YYkAspLRk=";
};
patches = [