python312Packages.restview: 3.0.1 -> 3.0.2

Changelog: https://github.com/mgedmin/restview/blob/3.0.2/CHANGES.rst
This commit is contained in:
Fabian Affolter 2024-11-21 12:03:28 +01:00
parent 0bbaf5505a
commit f4b2553be7

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "restview";
version = "3.0.1";
version = "3.0.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-jBoXHBWdRtFdVWn3cCGCiIOhIdb5uvdY1kH8HlSwWuU=";
hash = "sha256-i011oL7Xa2e0Vu9wEfTrbJilVsn4N2Qt8iAscxL8zBo=";
};
propagatedBuildInputs = [