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