Commit 809f15f2 authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

apc-temp-fetch: 0.0.1 -> 0.0.2

parent cff64455
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonApplication rec {
  pname = "apc-temp-fetch";
  version = "0.0.1";
  version = "0.0.2";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -15,7 +15,7 @@ buildPythonApplication rec {
  src = fetchPypi {
    pname = "APC-Temp-fetch";
    inherit version;
    hash = "sha256-2hNrTrYQadNJWzj7/dDou+a6uI+Ksyrbru9rBqIHXaM=";
    hash = "sha256-lXGj/xrOkdMMYvuyVVSCojjQlzISFUT14VTn//iOARo=";
  };

  propagatedBuildInputs = [