python312Packages.pastescript 3.4.0 -> 3.5.1 https://repology.org/project/python:pastescript/versions attrpath: python312Packages.pastescript 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/lxgzi7vvvdw6j5brmrf2bswnilfvjhfl-packages.json.drv building '/nix/store/lxgzi7vvvdw6j5brmrf2bswnilfvjhfl-packages.json.drv'... Going to be running update for following packages: - python3.12-pastescript-3.4.0 Press Enter key to continue... Running update for: - python3.12-pastescript-3.4.0: UPDATING ... - python3.12-pastescript-3.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pastescript/default.nix b/pkgs/development/python-modules/pastescript/default.nix index 70094b5aaafb..b737e11c768c 100644 --- a/pkgs/development/python-modules/pastescript/default.nix +++ b/pkgs/development/python-modules/pastescript/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pastescript"; - version = "3.4.0"; + version = "3.5.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "PasteScript"; inherit version; - hash = "sha256-k0jvBlr/Is8ViMEt+wIMx1HGSC4hb4o8dRL6QKQ/kNw="; + hash = "sha256-zRtgbNReloT/20SL1tmq70IN0u/n5rYsbTc6Rv9DyDU="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.pastescript: 3.4.0 -> 3.5.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295981"