tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pyopenuv: 2021.10.0 -> 2021.11.0
Fabian Affolter
4 years ago
4f53f0d9
b56d7a70
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pyopenuv
default.nix
+2
-3
pkgs/development/python-modules/pyopenuv/default.nix
reviewed
···
14
14
15
15
buildPythonPackage rec {
16
16
pname = "pyopenuv";
17
17
-
version = "2021.10.0";
17
17
+
version = "2021.11.0";
18
18
format = "pyproject";
19
19
20
20
disabled = pythonOlder "3.6";
···
23
23
owner = "bachya";
24
24
repo = pname;
25
25
rev = version;
26
26
-
sha256 = "sha256-3zTyW3eXOA9frSAy4g7iWhymc1hBo0hrxIgPLMqrLTs=";
26
26
+
sha256 = "sha256-J0YIq00/GcWEL23UHmN98Jp/imOAz8NLzhMdk8WFozk=";
27
27
};
28
28
29
29
nativeBuildInputs = [
···
43
43
pytestCheckHook
44
44
];
45
45
46
46
-
# Ignore the examples as they are prefixed with test_
47
46
disabledTestPaths = [
48
47
# Ignore the examples as they are prefixed with test_
49
48
"examples/"