Merge pull request #165989 from SuperSandro2000/python310Packages.openstackdocstheme

This commit is contained in:
Sandro 2022-03-27 23:59:37 +02:00 committed by GitHub
commit 71f2a45783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "openstackdocstheme"; pname = "openstackdocstheme";
version = "2.3.1"; version = "2.4.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-zzWgAozJrYMFyGWzoDLYbeoY+IPlgzmVhnX7lgM6BXs="; sha256 = "sha256-dFrZTObRDKB8aw1/i6febpttymbY3cPzA3ckNuhVt4c=";
}; };
postPatch = '' postPatch = ''