Commit 216c69ce authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.uiprotect: 10.1.0 -> 10.2.1

parent 26eaeac4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@

buildPythonPackage (finalAttrs: {
  pname = "uiprotect";
  version = "10.1.0";
  version = "10.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "uilibs";
    repo = "uiprotect";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tQeDZMukKg3xL/tGeQ7+Rm3lzNJQEcDkErbLfKnaxN8=";
    hash = "sha256-4zgE5XbjCZzu+Ug66cgKy/Zqy1oyTDIVsPpyDrcra24=";
  };

  build-system = [ poetry-core ];