python312Packages.diffsync: 2.0.0 -> 2.0.1 (#350524)

This commit is contained in:
Nick Cao 2024-10-23 09:29:15 -04:00 committed by GitHub
commit bc381cbdf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "diffsync";
version = "2.0.0";
version = "2.0.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "networktocode";
repo = "diffsync";
rev = "refs/tags/v${version}";
hash = "sha256-4LS18FPrnGE1tM0pFzAw0+ajDaw9g7MCgIwS2ptrX9c=";
hash = "sha256-T3kcZcRm28WeXZTXBBCpaMxjgB0KmqvWO4gdILH5hCA=";
};
nativeBuildInputs = [