Commit d31a0e0e authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

python312Packages.instructor: 1.7.4 -> 1.7.9

parent ef346342
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

buildPythonPackage rec {
  pname = "instructor";
  version = "1.7.4";
  version = "1.7.9";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
    owner = "jxnl";
    repo = "instructor";
    tag = version;
    hash = "sha256-TrNGTWnZShOYeMGonSEib7NiEbrwWNtujeWo2gaewf4=";
    hash = "sha256-3IwvbepDrylOIlL+IteyFChqYc/ZIu6IieIkbAPL+mw=";
  };

  build-system = [ hatchling ];