summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyroute2-nslink
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-03-12 12:27:32 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-03-12 12:27:32 +0100
commitf9c2a258e48c115a5ee9939d32f3e2a76d52cad4 (patch)
tree982afb2dd273125aecb8535e19eb7f762e133d82 /pkgs/development/python-modules/pyroute2-nslink
parent07aa5ce5516b57f5c8d3c3888bcb28d921baae71 (diff)
downloadnixpkgs-f9c2a258e48c115a5ee9939d32f3e2a76d52cad4.tar
nixpkgs-f9c2a258e48c115a5ee9939d32f3e2a76d52cad4.tar.gz
nixpkgs-f9c2a258e48c115a5ee9939d32f3e2a76d52cad4.tar.bz2
nixpkgs-f9c2a258e48c115a5ee9939d32f3e2a76d52cad4.tar.lz
nixpkgs-f9c2a258e48c115a5ee9939d32f3e2a76d52cad4.tar.xz
nixpkgs-f9c2a258e48c115a5ee9939d32f3e2a76d52cad4.tar.zst
nixpkgs-f9c2a258e48c115a5ee9939d32f3e2a76d52cad4.zip
python3Packages.pyroute2-nslink: 0.6.7 -> 0.6.8
Diffstat (limited to 'pkgs/development/python-modules/pyroute2-nslink')
-rw-r--r--pkgs/development/python-modules/pyroute2-nslink/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyroute2-nslink/default.nix b/pkgs/development/python-modules/pyroute2-nslink/default.nix
index 0050c4aa795..0f47e7228d3 100644
--- a/pkgs/development/python-modules/pyroute2-nslink/default.nix
+++ b/pkgs/development/python-modules/pyroute2-nslink/default.nix
@@ -7,7 +7,7 @@
 
 buildPythonPackage rec {
   pname = "pyroute2-nslink";
-  version = "0.6.7";
+  version = "0.6.8";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "pyroute2.nslink";
     inherit version;
-    hash = "sha256-p+U3Y5vKCxuvMl/yNKlay57tlU4GKttCJrAwctKa5TY=";
+    hash = "sha256-bTGzXouEdVUFaT5mxGfonFu3aOMxZKRTDMaHFciofec=";
   };
 
   propagatedBuildInputs = [