Commit 76cb1a68 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.aiontfy: 0.5.1 -> 0.5.3

parent e3a5e6a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "aiontfy";
  version = "0.5.1";
  version = "0.5.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tr4nt0r";
    repo = "aiontfy";
    tag = "v${version}";
    hash = "sha256-WQb6sNjpQVgh+9vH7EyrmJHCWL0Mcmw4hHPHa8KsLYc=";
    hash = "sha256-xDcx0darzaTRNdtsNTK7rdO5W22Tpt13ZPDOSmO8M8M=";
  };

  build-system = [