python3Packages.optype: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm
2025-07-19 16:17:38 +00:00
parent 2f6d65c578
commit 1b09ef9bc7
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "optype";
version = "0.11.0";
version = "0.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jorenham";
repo = "optype";
tag = "v${version}";
hash = "sha256-jExwQiEkCLiVFwiFYp2dBvH5PiRlSVG20CneGnht+No=";
hash = "sha256-sDMB9gSYf108Elsqj6Obk+6B4QKiJcStkJndVrIAWQI=";
};
disabled = pythonOlder "3.11";