python310Packages.afsapi: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2022-01-31 05:27:59 +00:00
parent 372468425f
commit 105f6fb78d

View file

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "afsapi"; pname = "afsapi";
version = "0.2.1"; version = "0.2.2";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "wlcrs"; owner = "wlcrs";
repo = "python-afsapi"; repo = "python-afsapi";
rev = version; rev = version;
hash = "sha256-LBK32CwiYEa+R5VhcpVzMYklPAgombxl05rM/KWRyIU="; hash = "sha256-C4rxlkylWGsDsnMPuecrC2ELj1PvP6EelZ/kzTn4Brk=";
}; };
SETUPTOOLS_SCM_PRETEND_VERSION = version; SETUPTOOLS_SCM_PRETEND_VERSION = version;