python38Packages.python-stdnum: 1.16 -> 1.17

This commit is contained in:
R. RyanTM 2021-10-04 10:22:39 +00:00
parent dd74170ce4
commit 0110318764

View File

@ -1,11 +1,11 @@
{ lib, fetchPypi, buildPythonPackage, nose }:
buildPythonPackage rec {
version = "1.16";
version = "1.17";
pname = "python-stdnum";
src = fetchPypi {
inherit pname version;
sha256 = "4248d898042a801fc4eff96fbfe4bf63a43324854efe3b5534718c1c195c6f43";
sha256 = "374e2b5e13912ccdbf50b0b23fca2c3e0531174805c32d74e145f37756328340";
};
checkInputs = [ nose ];