python3Packages.python-stdnum: 1.14 -> 1.16

This commit is contained in:
Frederik Rietdijk 2021-03-24 10:28:25 +01:00
parent dc3955c724
commit 6513dcd263

View File

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