python310Packages.afsapi: 0.2.0 -> 0.2.1

main
R. Ryantm 2 years ago
parent e5f7e0e551
commit f5dfef02b9
  1. 4
      pkgs/development/python-modules/afsapi/default.nix

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

Loading…
Cancel
Save