python311Packages.django-simple-history: 3.4.0 -> 3.5.0

This commit is contained in:
R. Ryantm
2024-02-20 02:23:31 +00:00
parent 791355b27c
commit b6eab61ea0
@@ -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 = [