tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.rokuecp: 0.16.0 -> 0.17.0
Fabian Affolter
3 years ago
94d47519
0a9f100d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
rokuecp
default.nix
+2
-2
pkgs/development/python-modules/rokuecp/default.nix
reviewed
···
17
17
18
18
buildPythonPackage rec {
19
19
pname = "rokuecp";
20
20
-
version = "0.16.0";
20
20
+
version = "0.17.0";
21
21
format = "pyproject";
22
22
23
23
disabled = pythonOlder "3.9";
···
26
26
owner = "ctalkington";
27
27
repo = "python-rokuecp";
28
28
rev = version;
29
29
-
hash = "sha256-MeugjIZorwO8d0Yb7bthI6f4NNo6GX9JrRbxrVSdWv0=";
29
29
+
hash = "sha256-M4eZzFphhc96Pf1bspD+Hvl9SUN1N72xnxdtVFiPc78=";
30
30
};
31
31
32
32
nativeBuildInputs = [