Merge pull request #290092 from r-ryantm/auto-update/python311Packages.django-simple-history

python311Packages.django-simple-history: 3.4.0 -> 3.5.0
This commit is contained in:
Nikolay Korotkiy
2024-02-23 15:00:21 +04:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "django-simple-history";
version = "3.4.0";
version = "3.5.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "jazzband";
repo = "django-simple-history";
rev = "refs/tags/${version}";
hash = "sha256-XY6YNajwX5z3AXkYYGFtrURDqxub9EQwu52jQ7CZwrI=";
hash = "sha256-BW/F+RBf1KvwGRY9IK00+n69Jtx/ndEuvpHSi8/odSE=";
};
nativeBuildInputs = [