mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
417de14e90
* rare: 1.9.4 -> 1.10.3 Diff: https://github.com/Dummerle/Rare/compare/refs/tags/1.9.4...1.10.3 * Update pkgs/games/rare/default.nix --------- Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
13 lines
292 B
Diff
13 lines
292 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 2416360..08de818 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
|
|
|
|
requirements = [
|
|
"requests<3.0",
|
|
- "legendary-gl==0.20.32",
|
|
+ "legendary-gl~=0.20.32",
|
|
"setuptools",
|
|
"wheel",
|
|
"PyQt5",
|