Merge pull request #223023 from r-ryantm/auto-update/python310Packages.param

python310Packages.param: 1.12.3 -> 1.13.0
This commit is contained in:
Mario Rodas
2023-03-26 08:43:28 -05:00
committed by GitHub
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "param";
version = "1.12.3";
version = "1.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "holoviz";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XVHYx0M/BLjNNneObxygPHtid65ti7nctKsUMF21fmw=";
hash = "sha256-5b3UTzb7OXBwcyYyDVCGLUpWxNOYZ3cv8Gfw+x7jsBI=";
};
nativeCheckInputs = [
@@ -35,7 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Declarative Python programming using Parameters";
homepage = "https://github.com/pyviz/param";
homepage = "https://param.holoviz.org/";
changelog = "https://github.com/holoviz/param/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ];