python3Packages.restview: 3.0.0 -> 3.0.1

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:46 +01:00
parent a73c2ac9dc
commit 420c70c38b

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "restview";
version = "3.0.0";
version = "3.0.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-K5iWEKrtL9Qtpk9s3FOc8+5wzjcLy6hy23JCGtUV3R4=";
hash = "sha256-jBoXHBWdRtFdVWn3cCGCiIOhIdb5uvdY1kH8HlSwWuU=";
};
propagatedBuildInputs = [