python310Packages.sepaxml: 2.5.0 -> 2.6.1

Diff: https://github.com/raphaelm/python-sepaxml/compare/2.5.0...2.6.1
This commit is contained in:
Fabian Affolter 2023-04-22 17:24:23 +02:00
parent 00cc237f08
commit 13c3024d17

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "sepaxml";
version = "2.5.0";
version = "2.6.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "raphaelm";
repo = "python-sepaxml";
rev = version;
hash = "sha256-9gPUAZ60q5o11eAnkzTBrFCpBUGxw3MGuKY4MtPxoSA=";
hash = "sha256-l5UMy0M3Ovzb6rcSAteGOnKdmBPHn4L9ZWY+YGOCn40=";
};
propagatedBuildInputs = [