pythonPackages.pysimplesoap: set passthru.updateScript

This commit is contained in:
nicoo 2023-08-30 09:01:02 +00:00
parent 7e72fc3eb1
commit 24a196b7f7

View File

@ -3,6 +3,7 @@
, fetchPypi
, buildPythonPackage
, m2crypto
, nix-update-script
}:
buildPythonPackage rec {
@ -10,6 +11,8 @@ buildPythonPackage rec {
# Unfortunately, the latest stable release is broken on Python 3.
version = "1.16.2";
passthru.updateScript = nix-update-script { };
src = fetchPypi {
pname = "PySimpleSOAP";
inherit version;