python312Packages.linien-common: 2.0.4 -> 2.1.0 (#344588)

This commit is contained in:
OTABI Tomoya 2024-09-29 11:54:01 +09:00 committed by GitHub
commit 65777704b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -30,6 +30,7 @@ python3.pkgs.buildPythonApplication rec {
pyqt5
superqt
linien-client
requests
];
dontWrapQtApps = true;

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "linien-common";
version = "2.0.4";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "linien-org";
repo = "linien";
rev = "refs/tags/v${version}";
hash = "sha256-TCQ1jLZpeQlG/ZyWY0qrHceMJ1TH7AYO7toYc74ZWq4=";
hash = "sha256-j6oiP/usLfV5HZtKLcXQ5pHhhxRG05kP2FMwingiWm0=";
};
sourceRoot = "${src.name}/linien-common";