python310Packages.Markups 0 -> 1 attrpath: python310Packages.Markups 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/433par9wbm4vnhjjm2l5bx5v4kb33lgf-packages.json.drv building '/nix/store/433par9wbm4vnhjjm2l5bx5v4kb33lgf-packages.json.drv'... Going to be running update for following packages: - python3.10-markups-3.1.3 Press Enter key to continue... Running update for: - python3.10-markups-3.1.3: UPDATING ... - python3.10-markups-3.1.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/markups/default.nix b/pkgs/development/python-modules/markups/default.nix index 024097634ae..a862566ce30 100644 --- a/pkgs/development/python-modules/markups/default.nix +++ b/pkgs/development/python-modules/markups/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "markups"; - version = "3.1.3"; + version = "4.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "Markups"; inherit version; - hash = "sha256-q5dHpywcZFdBjrQnbHmHGXfBOmVGGOTxLiofCZD78vw="; + hash = "sha256-Pdua+xxV0M/4EuM5LKM/RoSYwHB6T6iy4F0LoNMsAZ4="; }; propagatedBuildInputs = [ No auto update branch exists Old version 3.1.3" not present in staging derivation file with contents: { lib , buildPythonPackage , docutils , fetchPypi , importlib-metadata , markdown , pygments , pytestCheckHook , python-markdown-math , pythonOlder , pyyaml , textile }: buildPythonPackage rec { pname = "markups"; version = "4.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "Markups"; inherit version; hash = "sha256-Pdua+xxV0M/4EuM5LKM/RoSYwHB6T6iy4F0LoNMsAZ4="; }; propagatedBuildInputs = [ docutils markdown pygments python-markdown-math pyyaml textile ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # AssertionError: '.selector .ch { color: #408080' not found in 'pre... "test_get_pygments_stylesheet" ]; pythonImportsCheck = [ "markups" ]; meta = with lib; { description = "Wrapper around various text markup languages"; homepage = "https://github.com/retext-project/pymarkups"; license = licenses.bsd3; maintainers = with maintainers; [ klntsky ]; }; }