Merge pull request #170822 from fabaff/flatdict-bump

python310Packages.flatdict: 4.0.0 -> 4.0.1
This commit is contained in:
Fabian Affolter 2022-04-29 08:13:43 +02:00 committed by GitHub
commit cb4cccd411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "flatdict";
version = "4.0.0";
version = "4.0.1";
src = fetchFromGitHub {
owner = "gmr";
repo = pname;
rev = version;
hash = "sha256-qH4MMDSXf92BPavnRdCka6lRoWZg+2KnHpHA8kt5JaM=";
hash = "sha256-CWsTiCNdIKSQtjpQC07lhZoU1hXT/MGpXdj649x2GlU=";
};
pythonImportsCheck = [