mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
python312Packages.iterative-telemetry: 0.0.9 -> 0.0.10 (#381738)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "iterative-telemtry";
|
||||
version = "0.0.9";
|
||||
version = "0.0.10";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "iterative";
|
||||
repo = "telemetry-python";
|
||||
tag = version;
|
||||
hash = "sha256-bcGniytjlN3JFPeMQYjyIP8Ruty9/dnzp9neclbdsfU=";
|
||||
hash = "sha256-+l9JH9MbN+Pai3MIcKZJObzoPGhQipfMd7T8v4SoSws=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
@@ -45,7 +45,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Common library to send usage telemetry";
|
||||
homepage = "https://github.com/iterative/iterative-telemetry";
|
||||
changelog = "https://github.com/iterative/iterative-telemetry/releases/tag/${version}";
|
||||
changelog = "https://github.com/iterative/iterative-telemetry/releases/tag/${src.tag}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ melling ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user