Skip to content

Commit

Permalink
python311Packages.iterative-telemetry: 0.0.7 -> 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2024
1 parent 92be40b commit 7a4e19b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "iterative-telemtry";
version = "0.0.7";
version = "0.0.8";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "telemetry-python";
rev = "refs/tags/${version}";
hash = "sha256-n67nc9a/Qrz2v1EYbHZb+pGhuMDqofUMpgfD/0BwqLM=";
hash = "sha256-jD1AyQTdz/NfTRpvEuTE/gUfgNIhNlnimuCks5ImhwA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7a4e19b

Please sign in to comment.