Merge pull request #298060 from r-ryantm/auto-update/python312Packages.param

python312Packages.param: 2.0.2 -> 2.1.0
This commit is contained in:
Robert Scott 2024-03-23 16:30:31 +00:00 committed by GitHub
commit cea28445e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "param";
version = "2.0.2";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "holoviz";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-kVuab6+l4KOtSvj6aI9zsQJ91tfCDJkHrSTcRL9SViY=";
hash = "sha256-9264KfRDuHsvDyIpGKs2VTPcTZOZIFLKe7xuplkfzf4=";
};
nativeBuildInputs = [