Unverified Commit 8d3e47e1 authored by Théo Bori's avatar Théo Bori
Browse files

nodezator: 1.5.4 -> 1.5.5

parent 5e4cd43c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
  pname = "nodezator";
  version = "1.5.4";
  version = "1.5.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "IndieSmiths";
    repo = "nodezator";
    tag = "v${finalAttrs.version}";
    hash = "sha256-kdkOAJB7cVaayJOzof7dV9EBczEoEKXzCM7TcY8Ex5g=";
    hash = "sha256-9lEizhTwihv909xDgmcel9eCL7VfVDrWDtWghdjSH90=";
  };

  build-system = with python3Packages; [ setuptools ];