nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pyatem: 0.11.0 -> 0.12.0

+2 -2
+2 -2
pkgs/development/python-modules/pyatem/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pyatem"; 21 - version = "0.11.0"; # check latest version in setup.py 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 - hash = "sha256-VBuOnUVB6n8ahVtunubgao9jHPu9ncX0dhDT0PdSFhU="; 28 + hash = "sha256-2NuqZn/WZzQXLc/hVm5/5gp9l0LMIHHPBW5h4j34/a4="; 29 29 }; 30 30 31 31 nativeBuildInputs = [ setuptools ];