Gaetan Lepage
2024-12-29 14:51:31 +01:00
parent d6c5017c31
commit c2902c8291
@@ -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 ];