Commit c2902c82 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent d6c5017c
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 ];