Unverified Commit 0d0384d4 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

pytr: 0.4.3 -> 0.4.4 (#465990)

parents 01849bcd 930eb22a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3Packages.buildPythonApplication rec {
  pname = "pytr";
  version = "0.4.3";
  version = "0.4.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pytr-org";
    repo = "pytr";
    tag = "v${version}";
    hash = "sha256-72CxtO9AvjgK0lwcjHZexfedpNbrFEvRSN30hhiv+Zk=";
    hash = "sha256-MWT0BrtzY7+/VXGT73Zmvlg761ppckYNb+w/rKnOyyI=";
  };

  build-system = with python3Packages; [