python311Packages.http-ece 0 -> 1 attrpath: python311Packages.http-ece 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/46kmaa9nwzz17ihik7jhav9mx4v82la8-packages.json.drv building '/nix/store/46kmaa9nwzz17ihik7jhav9mx4v82la8-packages.json.drv'... Going to be running update for following packages: - python3.11-http_ece-1.1.0 Press Enter key to continue... Running update for: - python3.11-http_ece-1.1.0: UPDATING ... - python3.11-http_ece-1.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/http-ece/default.nix b/pkgs/development/python-modules/http-ece/default.nix index 16f8fa23c328..83719397fda9 100644 --- a/pkgs/development/python-modules/http-ece/default.nix +++ b/pkgs/development/python-modules/http-ece/default.nix @@ -4,11 +4,11 @@ buildPythonPackage rec { pname = "http_ece"; - version = "1.1.0"; + version = "1.2.0"; src = fetchPypi { inherit pname version; - sha256 = "1y5ln09ji4dwpzhxr77cggk02kghq7lql60a6969a5n2lwpvqblk"; + sha256 = "sha256-tZIPjvuOG1+wJXE+Ozb9pUM2JiAQY0sm3B+Y+F0es94="; }; propagatedBuildInputs = [ cryptography ] No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { lib, fetchPypi, buildPythonPackage, pythonOlder , coverage, flake8, mock, nose, importlib-metadata , cryptography }: buildPythonPackage rec { pname = "http_ece"; version = "1.2.0"; src = fetchPypi { inherit pname version; sha256 = "sha256-tZIPjvuOG1+wJXE+Ozb9pUM2JiAQY0sm3B+Y+F0es94="; }; propagatedBuildInputs = [ cryptography ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; nativeCheckInputs = [ coverage flake8 mock nose ]; meta = with lib; { description = "Encipher HTTP Messages"; homepage = "https://github.com/martinthomson/encrypted-content-encoding"; license = licenses.mit; maintainers = with maintainers; [ peterhoeg ]; }; }