about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJaakko Luttinen <jaakko.luttinen@iki.fi>2019-09-07 13:58:19 +0300
committerJaakko Luttinen <jaakko.luttinen@iki.fi>2019-09-07 13:58:19 +0300
commitd90455ed18ec851231ced00d66b9b978964d5caf (patch)
tree7e5d2048183e7e6aea7f994abb4fbc7362ee75bf /pkgs
parent4e60699fa727e4a0f9a3e78948012f86da32cfef (diff)
downloadnixlib-d90455ed18ec851231ced00d66b9b978964d5caf.tar
nixlib-d90455ed18ec851231ced00d66b9b978964d5caf.tar.gz
nixlib-d90455ed18ec851231ced00d66b9b978964d5caf.tar.bz2
nixlib-d90455ed18ec851231ced00d66b9b978964d5caf.tar.lz
nixlib-d90455ed18ec851231ced00d66b9b978964d5caf.tar.xz
nixlib-d90455ed18ec851231ced00d66b9b978964d5caf.tar.zst
nixlib-d90455ed18ec851231ced00d66b9b978964d5caf.zip
pythonPackages.eth-typing: 2.0.0 -> 2.1.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/eth-typing/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/eth-typing/default.nix b/pkgs/development/python-modules/eth-typing/default.nix
index fee2156e67db..0fcf7731ee02 100644
--- a/pkgs/development/python-modules/eth-typing/default.nix
+++ b/pkgs/development/python-modules/eth-typing/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonPackage rec {
   pname = "eth-typing";
-  version = "2.0.0";
+  version = "2.1.0";
 
   # Tests are missing from the PyPI source tarball so let's use GitHub
   # https://github.com/ethereum/eth-typing/issues/8
@@ -10,7 +10,7 @@ buildPythonPackage rec {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "017rshrz9kzax851hdbd3924jmr06h2sx3xdq7m4dwhgz3pgqfcy";
+    sha256 = "0chrrfw3kdaihgr2ryhljf56bflipzmfxai688xrc2yk7yiqnll5";
   };
 
   # setuptools-markdown uses pypandoc which is broken at the moment