Unverified Commit 555fb582 authored by Tom Hunze's avatar Tom Hunze
Browse files

python313Packages.optype: 0.14.0 -> 0.14.0-unstable-2025-11-10

Upstream updated `uv_build` on `master`.
parent 71bb7293
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@
  pythonOlder,
}:

buildPythonPackage rec {
buildPythonPackage {
  pname = "optype";
  version = "0.14.0";
  version = "0.14.0-unstable-2025-11-10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jorenham";
    repo = "optype";
    tag = "v${version}";
    hash = "sha256-0CE6dU4Vt3UP8ZfNcmP2Th7ixceCa0ItYUmNcEU7mgw=";
    rev = "5f16def3546222caf81a3411a27b007a00819172";
    hash = "sha256-52cY+u0wjhJFQDLsjND/h6cfln4rCTtcy+HqaoH/re0=";
  };

  disabled = pythonOlder "3.11";