python310Packages.afsapi: 0.2.2 -> 0.2.3

main
R. Ryantm 2 years ago
parent 0c7c76fa9e
commit 972a7a30fe
  1. 4
      pkgs/development/python-modules/afsapi/default.nix

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

Loading…
Cancel
Save