Merge pull request #281119 from fabaff/pyatag-bump

python311Packages.pyatag: 3.5.1 -> 0.3.7.1
This commit is contained in:
Fabian Affolter 2024-01-17 12:41:51 +01:00 committed by GitHub
commit b4f2ae9a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [
@ -36,6 +36,9 @@ buildPythonPackage rec {
"pyatag.discovery"
];
# it would use the erroneous tag 3.5.1
passthru.skipBulkUpdate = true;
meta = with lib; {
description = "Python module to talk to Atag One";
homepage = "https://github.com/MatsNl/pyatag";