about summary refs log tree commit diff
path: root/pkgs/development/python-modules/construct
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-03-24 10:41:47 -0700
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:49:47 +0200
commit5a30f422e8343600e57859895018ad30a82150ea (patch)
tree39ea5d74099039c63c4dbcafd422dfa222053e42 /pkgs/development/python-modules/construct
parent1cfcb6a8568cb5525f5c7d30abfffffce125deec (diff)
python3Packages.construct: 2.10.56 -> 2.10.63
Diffstat (limited to 'pkgs/development/python-modules/construct')
-rw-r--r--pkgs/development/python-modules/construct/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/construct/default.nix b/pkgs/development/python-modules/construct/default.nix
index 8d0c83ca9e8e5..6b52af6040417 100644
--- a/pkgs/development/python-modules/construct/default.nix
+++ b/pkgs/development/python-modules/construct/default.nix
@@ -4,7 +4,7 @@
 
 buildPythonPackage rec {
   pname   = "construct";
-  version = "2.10.56";
+  version = "2.10.63";
 
   disabled = pythonOlder "3.6";
 
@@ -13,7 +13,7 @@ buildPythonPackage rec {
     owner  = pname;
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "1j4mqwyxkbdcsnnk5bbdcljv855w4fglaqc94q1xdzm8kgjxk4mr";
+    sha256 = "0dnj815qdxrn0q6bpwsmkca2jy02gjy6d3amqg4y6gha1kc1mymv";
   };
 
   checkInputs = [ pytestCheckHook pytest-benchmark numpy arrow ruamel_yaml ];