1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

python311Packages.prometheus-pandas: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm 2023-11-24 10:46:19 +00:00
parent c80b0906d5
commit ebb4c66cd5

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "prometheus-pandas";
version = "0.3.2";
version = "0.3.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zysdlYPjvhextAfW4vvGN6mSPVUbWLV+AvQ1hGWCAbw=";
hash = "sha256-1eaTmNui3cAisKEhBMEpOv+UndJZwb4GGK2M76xiy7k=";
};
nativeBuildInputs = [