Unverified Commit 99641005 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

python310Packages.param: 1.12.3 -> 1.13.0
parents f151733b 3b6c5abc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];