apc-temp-fetch: 0.0.1 -> 0.0.2

This commit is contained in:
R. Ryantm 2022-12-02 12:46:50 +00:00 committed by Bobby Rong
parent cff6445544
commit 809f15f2e7

View file

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