python3Packages.devialet: 1.4.5 -> 1.5.7

https://github.com/fwestenberg/devialet/releases/tag/v1.5.7
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:08 +01:00
parent 9005b1a503
commit b48edc37af
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "devialet";
version = "1.4.5";
version = "1.5.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fwestenberg";
repo = "devialet";
tag = "v${version}";
hash = "sha256-oGa5tRCJAWBg/877UmmXnX7fkFLoxhyuG6gpXmyhRKo=";
hash = "sha256-HmTiHa7DEmjARaYn7/OoGotnTirE7S7zXLK/TfHdEAg=";
};
nativeBuildInputs = [ setuptools ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to interact with the Devialet API";
homepage = "https://github.com/fwestenberg/devialet";
changelog = "https://github.com/fwestenberg/devialet/releases/tag/v${version}";
changelog = "https://github.com/fwestenberg/devialet/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};