Commit 0b34d59a authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.iplotx: 0.6.5 -> 0.9.0

parent 18dcbe9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "iplotx";
  version = "0.6.5";
  version = "0.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fabilab";
    repo = "iplotx";
    tag = version;
    hash = "sha256-k/psY/xwNuG5/1pLmJOpC8U3Il4v2cicwTy+pR9ZNC8=";
    hash = "sha256-VYqNz6sbLgniNB9DTCbhgno/91Pd7zoGFg2vx68211Q=";
  };

  build-system = [ hatchling ];