python312Packages.prometheus-client 0.19.0 -> 0.20.0 https://github.com/prometheus/client_python/releases attrpath: python312Packages.prometheus-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] cannot link '/nix/store/.links/0pr7p4yby0irw0g4zddy01namjp8804p5yvpbnr9hb4w1yncbjkv' to '/nix/store/qvawcx79ivjcfzr0kh4f743067ifsg0c-nixpkgs-update-script.drv': No space left on device this derivation will be built: /nix/store/6cgrp5zn81gcplndd51k0aaifl05m791-packages.json.drv building '/nix/store/6cgrp5zn81gcplndd51k0aaifl05m791-packages.json.drv'... Going to be running update for following packages: - python3.12-prometheus-client-0.19.0 Press Enter key to continue... Running update for: - python3.12-prometheus-client-0.19.0: UPDATING ... - python3.12-prometheus-client-0.19.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/prometheus-client/default.nix b/pkgs/development/python-modules/prometheus-client/default.nix index 4c4c2338445a..62044eedbf80 100644 --- a/pkgs/development/python-modules/prometheus-client/default.nix +++ b/pkgs/development/python-modules/prometheus-client/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "prometheus-client"; - version = "0.19.0"; + version = "0.20.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "prometheus"; repo = "client_python"; rev = "refs/tags/v${version}"; - hash = "sha256-7mVqfzK0E8RQAlQyQD8/DIcPJZ52V13JqU22tsQJp+Q="; + hash = "sha256-IMw0mpOUzjXBy4bMTeSFMc5pdibI5lGxZHKiufjPLbM="; }; __darwinAllowLocalNetworking = true; No auto update branch exists Old version 0.19.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "prometheus-client"; version = "0.20.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "prometheus"; repo = "client_python"; rev = "refs/tags/v${version}"; hash = "sha256-IMw0mpOUzjXBy4bMTeSFMc5pdibI5lGxZHKiufjPLbM="; }; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "prometheus_client" ]; meta = with lib; { description = "Prometheus instrumentation library for Python applications"; homepage = "https://github.com/prometheus/client_python"; changelog = "https://github.com/prometheus/client_python/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }