mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 17:08:09 +00:00
python310Packages.sphinxcontrib-plantuml: 0.24 -> 0.24.1
This commit is contained in:
parent
72d694c305
commit
ef996d7e58
@ -7,11 +7,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinxcontrib-plantuml";
|
||||
version = "0.24";
|
||||
version = "0.24.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-z2Xbc1j3haZJjuA+cZi2aAxiXSjlWzNHX8P2yUNRRR0=";
|
||||
sha256 = "sha256-OdLkvEDV4JMSYSmhRPVrbuFfWM+lBItZSOY6Ea/ztYY=";
|
||||
};
|
||||
|
||||
# No tests included.
|
||||
|
Loading…
Reference in New Issue
Block a user