python312Packages.recline: 2024.6 -> 2024.7.1

This commit is contained in:
R. Ryantm
2024-08-01 01:03:12 +00:00
parent 46784713e5
commit 28adb2dab2
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "recline";
version = "2024.6";
version = "2024.7.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "NetApp";
repo = "recline";
rev = "refs/tags/v${version}";
sha256 = "sha256-wVUM5vkavdLDtwRlbtVlVaBOXX+7tcB+SxYe1jZdq9I=";
sha256 = "sha256-Qc4oofuhSZ2S5zuCY9Ce9ISldYI3MDUJXFc8VcXdLIU=";
};
nativeBuildInputs = [ setuptools ];