Unverified Commit 56d662f5 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.aiontfy: 0.7.0 -> 0.8.0 (#493199)

parents ab7f10e4 845695b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "aiontfy";
  version = "0.7.0";
  version = "0.8.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tr4nt0r";
    repo = "aiontfy";
    tag = "v${version}";
    hash = "sha256-tQjS9GXCiDOL3O8l1NotTk6LNvDgCa+tz0re96myu2w=";
    hash = "sha256-xpzAt4yRgzn2lV/4KscxqRwsF/+K78bPMcLYc9qFW58=";
  };

  build-system = [