Unverified Commit b3096968 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.optimistix: 0.0.9 -> 0.0.10 (#367942)

parents 1ce75232 c2902c82
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "optimistix";
  version = "0.0.9";
  version = "0.0.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "patrick-kidger";
    repo = "optimistix";
    rev = "refs/tags/v${version}";
    hash = "sha256-s8MRPyPObTpgLRm4bxU8F4Su7FKH+MHqtQsxIHb/DN4=";
    tag = "v${version}";
    hash = "sha256-stVPHzv0XNd0I31N2Cj0QYrMmhImyx0cablqZfKBFrM=";
  };

  build-system = [ hatchling ];