Skip to content

Commit

Permalink
python310Packages.afsapi: 0.2.3 -> 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 5, 2022
1 parent 9344233 commit b8dd32d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/afsapi/default.nix
Expand Up @@ -11,16 +11,16 @@

buildPythonPackage rec {
pname = "afsapi";
version = "0.2.3";
version = "0.2.4";
format = "setuptools";

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "wlcrs";
repo = "python-afsapi";
rev = version;
hash = "sha256-6nmj15jCGBRkT7Ip/VGHX5IrAbhu1LUlvXuvFhvXknY=";
rev = "refs/tags/${version}";
hash = "sha256-pNggrg97GIBBTm4rjtpx0NOZIWCGn9boB/Wss/QwF6U=";
};

SETUPTOOLS_SCM_PRETEND_VERSION = version;
Expand Down

0 comments on commit b8dd32d

Please sign in to comment.