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

python3Packages.testfixtures: 7.1.0 -> 7.2.0

+2 -2
+2 -2
pkgs/development/python-modules/testfixtures/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "testfixtures"; 15 - version = "7.1.0"; 15 + version = "7.2.0"; 16 16 format = "setuptools"; 17 17 # DO NOT CONTACT upstream. 18 18 # https://github.com/simplistix/ is only concerned with internal CI process. ··· 25 25 26 26 src = fetchPypi { 27 27 inherit pname version; 28 - hash = "sha256-RWzk85MWDyfNaEClNw7PSnDxchc39eZ6KveebIF4BKQ="; 28 + hash = "sha256-jIwg3TDqETVIUHWEodqud5JI26pXEmcseruXCfD7+LI="; 29 29 }; 30 30 31 31 nativeCheckInputs = [