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
python3Packages.pyatem: 0.11.0 -> 0.12.0
Martin Weinelt
9 months ago
9a48ee74
5a0c4a18
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pyatem
default.nix
+2
-2
pkgs/development/python-modules/pyatem/default.nix
···
18
18
19
19
buildPythonPackage rec {
20
20
pname = "pyatem";
21
21
-
version = "0.11.0"; # check latest version in setup.py
21
21
+
version = "0.12.0"; # check latest version in setup.py
22
22
pyproject = true;
23
23
24
24
src = fetchFromSourcehut {
25
25
owner = "~martijnbraam";
26
26
repo = "pyatem";
27
27
rev = version;
28
28
-
hash = "sha256-VBuOnUVB6n8ahVtunubgao9jHPu9ncX0dhDT0PdSFhU=";
28
28
+
hash = "sha256-2NuqZn/WZzQXLc/hVm5/5gp9l0LMIHHPBW5h4j34/a4=";
29
29
};
30
30
31
31
nativeBuildInputs = [ setuptools ];