about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyvex
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-08 10:52:47 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-02-08 10:52:47 +0100
commit748a4c726a05f4a3187ae7e25fad81a733f472ec (patch)
tree70c7100c270a0d42310e086f5ff7d67cccee338d /pkgs/development/python-modules/pyvex
parent9fa09eab2e871c1202255d029f193b368b364ec1 (diff)
python310Packages.pyvex: 9.2.36 -> 9.2.37
Diffstat (limited to 'pkgs/development/python-modules/pyvex')
-rw-r--r--pkgs/development/python-modules/pyvex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyvex/default.nix b/pkgs/development/python-modules/pyvex/default.nix
index 58523a13b0669..20d7da5f4883d 100644
--- a/pkgs/development/python-modules/pyvex/default.nix
+++ b/pkgs/development/python-modules/pyvex/default.nix
@@ -13,14 +13,14 @@
 
 buildPythonPackage rec {
   pname = "pyvex";
-  version = "9.2.36";
+  version = "9.2.37";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-KV/fkgYUt8hfpGxDO3CNNrC91BaI9W8T2mr2H4eJdxo=";
+    hash = "sha256-JGTfOE16tycBkbsihKPgSZPlfqun1vr/86kAlNwrSZA=";
   };
 
   nativeBuildInputs = [