Commit 33319798 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.holoviews: 1.20.2 -> 1.21.0

parent deb20abb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "holoviews";
  version = "1.20.2";
  version = "1.21.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "holoviz";
    repo = "holoviews";
    tag = "v${version}";
    hash = "sha256-QCRVOBMKckPji5rH7iCSnmxbNwtGypMqdfBXilXmngE=";
    hash = "sha256-JEGTfi4CaJaL/5AFtB92RV0DJvaIYVloukWKQSUFBZA=";
  };

  postPatch = ''
@@ -83,7 +83,7 @@ buildPythonPackage rec {

  meta = {
    description = "Python data analysis and visualization seamless and simple";
    changelog = "https://github.com/holoviz/holoviews/releases/tag/v${version}";
    changelog = "https://github.com/holoviz/holoviews/releases/tag/${src.tag}";
    mainProgram = "holoviews";
    homepage = "https://www.holoviews.org/";
    license = lib.licenses.bsd3;