Merge pull request #140466 from r-ryantm/auto-update/python3.8-python-stdnum

python38Packages.python-stdnum: 1.16 -> 1.17

authored by Ryan Burns and committed by GitHub ab7d0b7f b0cfe86d

+2 -2
+2 -2
pkgs/development/python-modules/python-stdnum/default.nix
··· 1 1 { lib, fetchPypi, buildPythonPackage, nose }: 2 2 3 3 buildPythonPackage rec { 4 - version = "1.16"; 4 + version = "1.17"; 5 5 pname = "python-stdnum"; 6 6 src = fetchPypi { 7 7 inherit pname version; 8 - sha256 = "4248d898042a801fc4eff96fbfe4bf63a43324854efe3b5534718c1c195c6f43"; 8 + sha256 = "374e2b5e13912ccdbf50b0b23fca2c3e0531174805c32d74e145f37756328340"; 9 9 }; 10 10 11 11 checkInputs = [ nose ];