mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.labgrid: switch to finalAttrs
This commit is contained in:
parent
5b43cfd670
commit
608a014d38
1 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
|||
xmodem,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "labgrid";
|
||||
version = "25.0.1";
|
||||
pyproject = true;
|
||||
|
|
@ -38,7 +38,7 @@ buildPythonPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "labgrid-project";
|
||||
repo = "labgrid";
|
||||
tag = "v${version}";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-cLofkkp2T6Y9nQ5LIS7w9URZlt8DQNN8dm3NnrvcKWY=";
|
||||
};
|
||||
|
||||
|
|
@ -123,4 +123,4 @@ buildPythonPackage rec {
|
|||
maintainers = with lib.maintainers; [ emantor ];
|
||||
platforms = with lib.platforms; linux;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue