python3Packages.lunatone-rest-api-client: 0.7.0 -> 0.7.2

This commit is contained in:
R. Ryantm
2026-02-28 10:38:33 +00:00
parent c3973168f4
commit 0e75045f05
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "lunatone-rest-api-client";
version = "0.7.0";
version = "0.7.2";
pyproject = true;
src = fetchFromGitLab {
owner = "lunatone-public";
repo = "lunatone-rest-api-client";
tag = "v${version}";
hash = "sha256-Hw4sH2CYhE205iDc8QWvg9LJVHJSpqI1ziJZoQyXFts=";
hash = "sha256-x9L65L5wEbJMOGlNBoQfPjS8/Ijr+fzaISoDD+cMWzU=";
};
build-system = [ hatchling ];