We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ce7523 + c2902c8 commit b309696Copy full SHA for b309696
pkgs/development/python-modules/optimistix/default.nix
@@ -23,14 +23,14 @@
23
24
buildPythonPackage rec {
25
pname = "optimistix";
26
- version = "0.0.9";
+ version = "0.0.10";
27
pyproject = true;
28
29
src = fetchFromGitHub {
30
owner = "patrick-kidger";
31
repo = "optimistix";
32
- rev = "refs/tags/v${version}";
33
- hash = "sha256-s8MRPyPObTpgLRm4bxU8F4Su7FKH+MHqtQsxIHb/DN4=";
+ tag = "v${version}";
+ hash = "sha256-stVPHzv0XNd0I31N2Cj0QYrMmhImyx0cablqZfKBFrM=";
34
};
35
36
build-system = [ hatchling ];
0 commit comments