python3Packages.objgraph: 3.6.0 -> 3.6.1

https://github.com/mgedmin/objgraph/blob/3.6.1/CHANGES.rst
This commit is contained in:
Martin Weinelt
2024-03-12 18:24:35 +01:00
parent d22ea88294
commit ff6699ec05
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "objgraph";
version = "3.6.0";
version = "3.6.1";
format = "setuptools";
disabled = pythonOlder "3.7" || isPyPy;
src = fetchPypi {
inherit pname version;
hash = "sha256-NpVnw3tPL5KBYLb27e3L6o/H6SmDGHf9EFbHipAMF9M=";
hash = "sha256-/pbHQUe7yq6GZbOW5TiL3MMZfe67pOY4HwUgLuW0U6c=";
};
patches = [