python3Packages.dbutils: 2.0 -> 2.0.1

This commit is contained in:
Fabian Affolter 2021-07-02 20:47:39 +02:00
parent f75e2a648c
commit 745db4ce64

View file

@ -1,13 +1,13 @@
{ lib, buildPythonPackage, fetchPypi, pytestCheckHook }:
buildPythonPackage rec {
version = "2.0";
version = "2.0.1";
pname = "dbutils";
src = fetchPypi {
inherit version;
pname = "DBUtils";
sha256 = "131ifm2c2a7bipij597i8fvjka0dk2qv1xr2ghcvbc30jlkvag2g";
sha256 = "sha256-Vw590TbBMRb+74vKGGCeP2a4ZoqcPV8hCdh0TERE2GE=";
};
checkInputs = [ pytestCheckHook ];