python311Packages.segno 1.5.3 -> 1.6.0 https://repology.org/project/python:segno/versions attrpath: python311Packages.segno 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] this derivation will be built: /nix/store/gzywzvk7b1imjbfq7fdx7p5xss7yvfx9-packages.json.drv building '/nix/store/gzywzvk7b1imjbfq7fdx7p5xss7yvfx9-packages.json.drv'... Going to be running update for following packages: - python3.11-segno-1.5.3 Press Enter key to continue... Running update for: - python3.11-segno-1.5.3: UPDATING ... - python3.11-segno-1.5.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/segno/default.nix b/pkgs/development/python-modules/segno/default.nix index 3e7bb0816448..39c076b0112c 100644 --- a/pkgs/development/python-modules/segno/default.nix +++ b/pkgs/development/python-modules/segno/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "segno"; - version = "1.5.3"; + version = "1.6.0"; pyproject = true; src = fetchFromGitHub { owner = "heuer"; repo = "segno"; - rev = version; - hash = "sha256-j7DUCeMoYziu19WfJu/9YiIMa2ysOPYfqW8AMcE5LaU="; + rev = "refs/tags/${version}"; + hash = "sha256-lgitNnVHvvPLKtDqJvc/zsVlFu9Gw0D3S4lt/20TlhE="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.5.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder # build-system , setuptools # dependencies , importlib-metadata # tests , pytestCheckHook , pypng , pyzbar }: buildPythonPackage rec { pname = "segno"; version = "1.6.0"; pyproject = true; src = fetchFromGitHub { owner = "heuer"; repo = "segno"; rev = "refs/tags/${version}"; hash = "sha256-lgitNnVHvvPLKtDqJvc/zsVlFu9Gw0D3S4lt/20TlhE="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = lib.optionals (pythonOlder "3.10") [ importlib-metadata ]; nativeCheckInputs = [ pytestCheckHook pypng pyzbar ]; disabledTests = [ # https://github.com/heuer/segno/issues/132 "test_plugin" ]; pythonImportsCheck = [ "segno" ]; meta = with lib; { changelog = "https://github.com/heuer/segno/releases/tag/${version}"; description = "QR Code and Micro QR Code encoder"; homepage = "https://github.com/heuer/segno/"; license = licenses.bsd3; maintainers = with maintainers; [ phaer ]; }; }