Commit 1fa18909 authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy Committed by Yt
Browse files

python3Packages.python3-application 3.0.4 -> 3.0.6

parent 649f1b2b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildPythonPackage rec {
  pname = "python3-application";
  version = "3.0.4";
  version = "3.0.6";

  disabled = !isPy3k;

@@ -10,7 +10,7 @@ buildPythonPackage rec {
    owner = "AGProjects";
    repo = pname;
    rev = "release-${version}";
    hash = "sha256-XXAKp/RlBVs3KmcnuiexdYfxf0zt2A/DrsJzdC9I4vA=";
    hash = "sha256-L7KN6rKkbjNmkSoy8vdMYpXSBkWN7afNpreJO0twjq8=";
  };

  propagatedBuildInputs = [ zope_interface twisted ];
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "application" ];

  meta = with lib; {
    broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
    broken = stdenv.isDarwin;
    description = "A collection of modules that are useful when building python applications";
    homepage = "https://github.com/AGProjects/python3-application";
    license = licenses.lgpl21Plus;