python3Packages.pylamarzocco: 2.2.5 -> 2.3.0 (#532741)
This commit is contained in:
@@ -14,16 +14,16 @@
|
||||
syrupy,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pylamarzocco";
|
||||
version = "2.2.5";
|
||||
version = "2.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zweckj";
|
||||
repo = "pylamarzocco";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Pcuhg48j/sbGKzk5sbMAFY9I3NDkKNt2nNn+O4dMjvw=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-DNlUdnJjaYUfz8X8UmzqjHwj+WGmRQZQGDkHUjrAJ7E=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -48,8 +48,8 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Library to interface with La Marzocco's cloud";
|
||||
homepage = "https://github.com/zweckj/pylamarzocco";
|
||||
changelog = "https://github.com/zweckj/pylamarzocco/releases/tag/${src.tag}";
|
||||
changelog = "https://github.com/zweckj/pylamarzocco/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user