python311Packages.pyatag: 3.5.1 -> 0.3.7.1

Diff: https://github.com/MatsNl/pyatag/compare/refs/tags/3.5.1...0.3.7.1

Changelog: https://github.com/MatsNl/pyatag/releases/tag/0.3.7.1
This commit is contained in:
Fabian Affolter
2024-01-15 13:00:20 +01:00
parent 56f85cb5dc
commit cd09567175
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyatag";
version = "3.5.1";
version = "0.3.7.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "MatsNl";
repo = "pyatag";
rev = "refs/tags/${version}";
hash = "sha256-hyGos0LFVKv63jf1ODPFfk+R47oyHea+8MGvxeKpop8=";
hash = "sha256-3h9mpopTbEULCx7rcEt/I/ZnUA0L/fJ7Y3L5h/6EuC4=";
};
nativeBuildInputs = [