Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.mechanicalsoup: 1.2.0 -> 1.3.0

Diff: https://github.com/MechanicalSoup/MechanicalSoup/compare/refs/tags/v1.2.0...v1.3.0

Changelog: https://github.com/MechanicalSoup/MechanicalSoup/releases/tag/v1.3.0

Fixes CVE-2023-34457 (https://github.com/MechanicalSoup/MechanicalSoup/security/advisories/GHSA-x456-3ccm-m6j4)

(cherry picked from commit 222778d599a542fa74efe8bd349da06b351e8f69)

authored by

Fabian Affolter and committed by
github-actions[bot]
ac25a614 7d86faca

+2 -2
+2 -2
pkgs/development/python-modules/mechanicalsoup/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "mechanicalsoup"; 16 - version = "1.2.0"; 16 + version = "1.3.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "MechanicalSoup"; 23 23 repo = "MechanicalSoup"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-Q5oDAgAZYYUYqjDByXNXFNVKmRyjzIGVE4LN9j8vk4c="; 25 + hash = "sha256-iZ2nwBxikf0cTTlxzcGvHJim4N6ZEqIhlK7t1WAYdms="; 26 26 }; 27 27 28 28 postPatch = ''