python311Packages.herepy: 3.6.2 -> 3.6.3

This commit is contained in:
R. Ryantm 2024-05-25 19:13:25 +00:00
parent 72c5e71641
commit 3e84035b9a

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "herepy";
version = "3.6.2";
version = "3.6.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "abdullahselek";
repo = "HerePy";
rev = "refs/tags/${version}";
hash = "sha256-+DI9wjYVAUKdGEXWhbV9Xp0oOazcB+sS89ugIZuZM2w=";
hash = "sha256-ht4EZBfREU7tDNo6tCPyECjm0H+yuhjsfJ60M4ss0jE=";
};
build-system = [ setuptools ];