python3Packages.pyatem: 0.11.0 -> 0.12.0

This commit is contained in:
Martin Weinelt 2025-05-31 03:11:35 +02:00
parent 5a0c4a1842
commit 9a48ee74e7
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "pyatem";
version = "0.11.0"; # check latest version in setup.py
version = "0.12.0"; # check latest version in setup.py
pyproject = true;
src = fetchFromSourcehut {
owner = "~martijnbraam";
repo = "pyatem";
rev = version;
hash = "sha256-VBuOnUVB6n8ahVtunubgao9jHPu9ncX0dhDT0PdSFhU=";
hash = "sha256-2NuqZn/WZzQXLc/hVm5/5gp9l0LMIHHPBW5h4j34/a4=";
};
nativeBuildInputs = [ setuptools ];