python3Packages.pylamarzocco: 2.2.4 -> 2.2.5

Diff: https://github.com/zweckj/pylamarzocco/compare/v2.2.4...v2.2.5

Changelog: https://github.com/zweckj/pylamarzocco/releases/tag/v2.2.5
This commit is contained in:
Fabian Affolter
2026-05-21 09:38:24 +02:00
committed by Martin Weinelt
parent 446469747a
commit 620a3cfbe1

View File

@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "pylamarzocco";
version = "2.2.4";
version = "2.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "zweckj";
repo = "pylamarzocco";
tag = "v${version}";
hash = "sha256-u7B+19LtFN8ylNKZn7wv9SH3j6k1/cLyvIw8EOVfvho=";
hash = "sha256-Pcuhg48j/sbGKzk5sbMAFY9I3NDkKNt2nNn+O4dMjvw=";
};
build-system = [ setuptools ];