python311Packages.pyduotecno: 2023.10.0 -> 2023.10.1

This commit is contained in:
R. Ryantm 2023-10-20 14:06:41 +00:00
parent 6c4250188d
commit c0a381b20a

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyduotecno";
version = "2023.10.0";
version = "2023.10.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = "pyDuotecno";
rev = "refs/tags/${version}";
hash = "sha256-GxCqWgw4OdhJUMsGzCZnl6KYH7HQpGyV7zXMxbShHlg=";
hash = "sha256-fDooQb1i9rgzDZBzZ+lYb0WUYC8JNPEYk5DJ9wtS2Dg=";
};
nativeBuildInputs = [