2022-11-23T00:28:07 python310Packages.hypothesis 0 -> 1 2022-11-23T00:28:10 attrpath: python310Packages.hypothesis 2022-11-23T00:28:10 Checking auto update branch... 2022-11-23T00:28:14 [version] 2022-11-23T00:28:14 [version] skipping because derivation has updateScript 2022-11-23T00:28:14 [rustCrateVersion] 2022-11-23T00:28:14 [rustCrateVersion] No cargoSha256 found 2022-11-23T00:28:14 [golangModuleVersion] 2022-11-23T00:28:14 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-23T00:28:14 [updateScript] 2022-11-23T00:28:17 [updateScript] Success 2022-11-23T00:28:17 [updateScript] this derivation will be built: /nix/store/wgsfhks7rk42xn91wlzk06vs87gswxn4-packages.json.drv building '/nix/store/wgsfhks7rk42xn91wlzk06vs87gswxn4-packages.json.drv'... Going to be running update for following packages: - python3.10-hypothesis-6.54.5 Press Enter key to continue... Running update for: - python3.10-hypothesis-6.54.5: UPDATING ... - python3.10-hypothesis-6.54.5: DONE. Packages updated! 2022-11-23T00:28:17 2022-11-23T00:28:17 [quotedUrls] 2022-11-23T00:28:18 [quotedUrls] nothing found to replace 2022-11-23T00:28:18 Diff after rewrites: diff --git a/pkgs/development/python-modules/hypothesis/default.nix b/pkgs/development/python-modules/hypothesis/default.nix index 59c758b25aa..de4471b24d8 100644 --- a/pkgs/development/python-modules/hypothesis/default.nix +++ b/pkgs/development/python-modules/hypothesis/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "hypothesis"; - version = "6.54.5"; + version = "6.58.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,8 +21,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "HypothesisWorks"; repo = "hypothesis"; - rev = "hypothesis-python-${version}"; - hash = "sha256-mr8ctmAzRgWNVpW+PZlOhaQ0l28P0U8PxvjoVjfHX78="; + rev = "refs/tags/hypothesis-python-${version}"; + hash = "sha256-DtS9WZQjxHXD/rdo374bGo9U76pDWYNAx1kAjutKUzU="; }; postUnpack = "sourceRoot=$sourceRoot/hypothesis-python"; 2022-11-23T00:29:45 Python package with too many package rebuilds 6654 > 25