mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python312Packages.linien-common: 2.0.4 -> 2.1.0 (#344588)
This commit is contained in:
commit
65777704b2
@ -30,6 +30,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
pyqt5
|
||||
superqt
|
||||
linien-client
|
||||
requests
|
||||
];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user