python3Packages.afsapi: 0.2.4 -> 0.2.5

This commit is contained in:
Martin Weinelt 2022-07-10 23:42:14 +02:00
parent c135266ffe
commit 386142c24d

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "afsapi";
version = "0.2.4";
version = "0.2.5";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "wlcrs";
repo = "python-afsapi";
rev = "refs/tags/${version}";
hash = "sha256-pNggrg97GIBBTm4rjtpx0NOZIWCGn9boB/Wss/QwF6U=";
hash = "sha256-GWBj4MsbWb4g67rjVWxe7RHinkv+rYlcAJiY4goFB5c=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;