about summary refs log tree commit diff
path: root/pkgs/development/python-modules/filebytes
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-20 22:19:08 +0000
committerJon <jonringer@users.noreply.github.com>2020-02-23 13:51:56 -0800
commit16ef1be71061ecfbdbb48fa137ff9072f29ce140 (patch)
treee8de51735c8535c0568cba93c7f2df18e1764963 /pkgs/development/python-modules/filebytes
parent394762391ee96051af47e7d0076ea35a8356b8e1 (diff)
downloadnixlib-16ef1be71061ecfbdbb48fa137ff9072f29ce140.tar
nixlib-16ef1be71061ecfbdbb48fa137ff9072f29ce140.tar.gz
nixlib-16ef1be71061ecfbdbb48fa137ff9072f29ce140.tar.bz2
nixlib-16ef1be71061ecfbdbb48fa137ff9072f29ce140.tar.lz
nixlib-16ef1be71061ecfbdbb48fa137ff9072f29ce140.tar.xz
nixlib-16ef1be71061ecfbdbb48fa137ff9072f29ce140.tar.zst
nixlib-16ef1be71061ecfbdbb48fa137ff9072f29ce140.zip
python27Packages.filebytes: 0.10.0 -> 0.10.2
Diffstat (limited to 'pkgs/development/python-modules/filebytes')
-rw-r--r--pkgs/development/python-modules/filebytes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/filebytes/default.nix b/pkgs/development/python-modules/filebytes/default.nix
index e3f638276c26..7404620896c9 100644
--- a/pkgs/development/python-modules/filebytes/default.nix
+++ b/pkgs/development/python-modules/filebytes/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "filebytes";
-  version = "0.10.0";
+  version = "0.10.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "97d1f1f4ba660d8df6c51beea36ea7185704307d54b0b5d72ce57415c9ece082";
+    sha256 = "0h97i6h525hg401dvvaa5krxi184qpvldbdn0izmirvr9pvh4hkn";
   };
 
   meta = with stdenv.lib; {