about summary refs log tree commit diff
path: root/pkgs/development/python-modules/asyncua
diff options
context:
space:
mode:
authorNicolas Benes <nbenes.gh@xandea.de>2023-04-10 02:38:50 +0200
committerNicolas Benes <nbenes.gh@xandea.de>2023-04-10 02:38:50 +0200
commita6845fbcc1d4c99598887d073765a5cd3bb8dd7b (patch)
treef0a36c6c0ec624b712bae12e182a296ec10abceb /pkgs/development/python-modules/asyncua
parent619ca2064f709582ef4710be2c18433241adfdd0 (diff)
python3Packages.asyncua: 1.0.1 -> 1.0.2
Diffstat (limited to 'pkgs/development/python-modules/asyncua')
-rw-r--r--pkgs/development/python-modules/asyncua/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/asyncua/default.nix b/pkgs/development/python-modules/asyncua/default.nix
index 90c4a2bfc9afe..137c9e2a4efd4 100644
--- a/pkgs/development/python-modules/asyncua/default.nix
+++ b/pkgs/development/python-modules/asyncua/default.nix
@@ -16,7 +16,7 @@
 
 buildPythonPackage rec {
   pname = "asyncua";
-  version = "1.0.1";
+  version = "1.0.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -25,7 +25,8 @@ buildPythonPackage rec {
     owner = "FreeOpcUa";
     repo = "opcua-asyncio";
     rev = "refs/tags/v${version}";
-    hash = "sha256-6A4z+tiQ2oUlB9t44wlW64j5sjWFMAgqT3Xt0FdJCBs=";
+    hash = "sha256-DnBxR4nD3dBBhiElDuRgljHaoBPiakdjY/VFn3VsKEQ=";
+    fetchSubmodules = true;
   };
 
   postPatch = ''