Unverified Commit 10713ba3 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pypalazzetti: 0.1.19 -> 0.1.20 (#461311)

parents 5d5f4d4f 35976c05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pypalazzetti";
  version = "0.1.19";
  version = "0.1.20";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "dotvav";
    repo = "py-palazzetti-api";
    tag = "v${version}";
    hash = "sha256-Bmx4CU6bx5FVR7xdDxrtVSXunthi2s2Esj1FtSjh61U=";
    hash = "sha256-jDsDa/5QFi4HUSagFHG73+Aj5BPOC8UNO+k7XxLZawk=";
  };

  build-system = [ setuptools ];