python3Packages.pyatem: 0.12.0 -> 0.13.0; openswitcher: 0.12.0 -> 0.13.0 (#435406)

authored by Martin Weinelt and committed by GitHub 1c504563 55d9006d

+4 -4
+2 -2
pkgs/by-name/op/openswitcher/package.nix
··· 16 16 17 17 python3Packages.buildPythonApplication rec { 18 18 pname = "openswitcher"; 19 - version = "0.12.0"; 19 + version = "0.13.0"; 20 20 format = "other"; 21 21 22 22 src = fetchFromSourcehut { 23 23 owner = "~martijnbraam"; 24 24 repo = "pyatem"; 25 25 rev = version; 26 - hash = "sha256-2NuqZn/WZzQXLc/hVm5/5gp9l0LMIHHPBW5h4j34/a4="; 26 + hash = "sha256-eEn09e+ZED4DGEWTUou9CRgazngHIXZv51CLhX9YuBI="; 27 27 }; 28 28 29 29 outputs = [
+2 -2
pkgs/development/python-modules/pyatem/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pyatem"; 21 - version = "0.12.0"; # check latest version in setup.py 21 + version = "0.13.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 - hash = "sha256-2NuqZn/WZzQXLc/hVm5/5gp9l0LMIHHPBW5h4j34/a4="; 28 + hash = "sha256-eEn09e+ZED4DGEWTUou9CRgazngHIXZv51CLhX9YuBI="; 29 29 }; 30 30 31 31 nativeBuildInputs = [ setuptools ];