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>2018-10-24 05:13:19 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-10-24 15:11:14 +0200
commitfafead37483dc3a9e69017520621d1a6f5edb436 (patch)
treead8909422e31b3b7ee8f501829545f20c53b4e30 /pkgs/development/python-modules/filebytes
parentea1b540208c35e49ee92a8a213f94377b313edfc (diff)
python36Packages.filebytes: 0.9.12 -> 0.9.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-filebytes/versions
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 3dbcbe5944259..424cceab4cbac 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.9.12";
+  version = "0.9.17";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6cd1c4ca823f6541c963a317e55382609789802dedad08209f4d038369e3f0ac";
+    sha256 = "0nkwrw3qnii346xd87gb9xdy5pjpmg7ncjxsmb08mhmy1i0libcl";
   };
 
   meta = with stdenv.lib; {