about summary refs log tree commit diff
path: root/pkgs/development/python-modules/typecode
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-18 23:47:42 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:44 +0200
commit8899d9168f71517bb5da4a888e60aef59758a07a (patch)
tree547afc25a0d696b2d8bb25c7d1ce72a7dfba23fa /pkgs/development/python-modules/typecode
parentca50e23870b42f33cb947eb9559a2d538947b536 (diff)
python3Packages.typecode: 21.2.24 -> 21.6.1
Diffstat (limited to 'pkgs/development/python-modules/typecode')
-rw-r--r--pkgs/development/python-modules/typecode/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/typecode/default.nix b/pkgs/development/python-modules/typecode/default.nix
index c1208193f017b..baed3c7fe41ca 100644
--- a/pkgs/development/python-modules/typecode/default.nix
+++ b/pkgs/development/python-modules/typecode/default.nix
@@ -13,11 +13,11 @@
 }:
 buildPythonPackage rec {
   pname = "typecode";
-  version = "21.2.24";
+  version = "21.6.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "eaac8aee0b9c6142ad44671252ba00748202d218347d1c0451ce6cd76561e01b";
+    sha256 = "d3a82859df5607c900972e08e1bca31e3fe2daed37afd1b8231cad2ef613d8d6";
   };
 
   dontConfigure = true;