python312Packages.pysuez: 0.2.2 -> 1.3.2

This commit is contained in:
Martin Weinelt
2024-12-09 03:46:28 +01:00
parent 81b32983dd
commit 983be0454f
@@ -2,15 +2,15 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
hatchling,
aiohttp,
regex,
requests,
pythonOlder,
}:
buildPythonPackage rec {
pname = "pysuez";
version = "0.2.2";
version = "1.3.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,15 +18,15 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "jb101010-2";
repo = "pySuez";
rev = "refs/tags/${version}";
hash = "sha256-+pLknJDF0SsC6OsmP64D/yZeu0sGNtKo8EBGlDewBug=";
tag = version;
hash = "sha256-aThZN5Ece9zzEICjLj2HmYoLwDhd7rft3Il3kM73h7M=";
};
build-system = [ setuptools ];
build-system = [ hatchling ];
dependencies = [
aiohttp
regex
requests
];
# Module has no tests