Skip to content

Commit b309696

Browse files
authored
python312Packages.optimistix: 0.0.9 -> 0.0.10 (NixOS#367942)
2 parents 1ce7523 + c2902c8 commit b309696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/optimistix/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323

2424
buildPythonPackage rec {
2525
pname = "optimistix";
26-
version = "0.0.9";
26+
version = "0.0.10";
2727
pyproject = true;
2828

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

3636
build-system = [ hatchling ];

0 commit comments

Comments
 (0)