about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-25 01:51:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-25 01:51:37 +0000
commita47f412366cc6a8966185c8ff61e6b1fe43cef05 (patch)
tree8f4ecb5532290fd22a27bbe8285c81ee8c53c9bb
parent0ee208011d57a96f4bd8ecb9ad695b2d0f120cd0 (diff)
python310Packages.dyn: 1.8.1 -> 1.8.6
-rw-r--r--pkgs/development/python-modules/dyn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dyn/default.nix b/pkgs/development/python-modules/dyn/default.nix
index e8859128b5f8f..39e6ff6ed760a 100644
--- a/pkgs/development/python-modules/dyn/default.nix
+++ b/pkgs/development/python-modules/dyn/default.nix
@@ -3,11 +3,11 @@
 
 buildPythonPackage rec {
   pname = "dyn";
-  version = "1.8.1";
+  version = "1.8.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "e112149d48b4500c18b3cfb6e0e6e780bb5aa0e56ff87cac412280200b9ec8bf";
+    sha256 = "sha256-933etYrKRgSqJfOMIuIDL4Uv4/RdSEFMNWFtW5qiPpA=";
   };
 
   buildInputs = [ glibcLocales ];