python3Packages.pyatag: 0.3.7.1 -> 3.5.1

https://github.com/MatsNl/pyatag/releases/tag/3.5.1
This commit is contained in:
Martin Weinelt
2023-12-20 20:44:53 +01:00
parent 526cb4ef9b
commit bcf2a226a1
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyatag";
version = "0.3.7.1";
version = "3.5.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "MatsNl";
repo = "pyatag";
rev = "refs/tags/${version}";
hash = "sha256-3h9mpopTbEULCx7rcEt/I/ZnUA0L/fJ7Y3L5h/6EuC4=";
hash = "sha256-hyGos0LFVKv63jf1ODPFfk+R47oyHea+8MGvxeKpop8=";
};
nativeBuildInputs = [