0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python312Packages.param: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2024-07-20 23:53:59 +00:00
parent f0e8b2d93e
commit 906ddf2c29

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "param";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "holoviz";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9264KfRDuHsvDyIpGKs2VTPcTZOZIFLKe7xuplkfzf4=";
hash = "sha256-rGfFLDl5Y8D0OiO/1G05w2l3hAHZC368LuNADDzfBFs=";
};
nativeBuildInputs = [