mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
octoprint: pin pylru to 1.0.9
This commit is contained in:
parent
6c9f7e2742
commit
0b3f257e06
1 changed files with 8 additions and 0 deletions
|
@ -62,6 +62,14 @@ let
|
|||
# No tests included
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
pylru = super.pylru.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "1.0.9";
|
||||
src = oldAttrs.src.override {
|
||||
inherit version;
|
||||
sha256 = "71376192671f0ad1690b2a7427d39a29b1df994c8469a9b46b03ed7e28c0172c";
|
||||
};
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue