about summary refs log tree commit diff
path: root/pkgs/development/python-modules/getmac
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-03-26 00:51:43 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-03-26 00:51:43 +0100
commitc1d66cc9f65041d9b9fe246ccf6ebbaa86026a61 (patch)
tree1b8315dd1309ba8ae7c32c4b99c6ea586d0a87d9 /pkgs/development/python-modules/getmac
parentc842de8cb731792009dc5efb0e3784b42d5f074e (diff)
python310Packages.getmac: 0.9.2 -> 0.9.3
Changelog: https://github.com/GhostofGoes/getmac/blob/0.9.3/CHANGELOG.md
Diffstat (limited to 'pkgs/development/python-modules/getmac')
-rw-r--r--pkgs/development/python-modules/getmac/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/getmac/default.nix b/pkgs/development/python-modules/getmac/default.nix
index 49d58eab82c6b..9ae482d86a5c5 100644
--- a/pkgs/development/python-modules/getmac/default.nix
+++ b/pkgs/development/python-modules/getmac/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "getmac";
-  version = "0.9.2";
+  version = "0.9.3";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "GhostofGoes";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-n4WpEbkaYUS0aGdZKO5T/cuDr5OxauiuOAAdK56/+AM=";
+    hash = "sha256-5g7FSdlwGeohbjOX3ErTKn83VDFtWV7fVq6zziAjCq0=";
   };
 
   nativeCheckInputs = [
@@ -37,6 +37,8 @@ buildPythonPackage rec {
     "test_cli_multiple_debug_levels"
     # Disable test that require network access
     "test_uuid_lanscan_iface"
+    # Mocking issue
+    "test_initialize_method_cache_valid_types"
   ];
 
   pythonImportsCheck = [