aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/xdis
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-06 17:51:04 -0800
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-01-07 17:59:25 -0500
commit0ca68bddcfce1029b6cde12e6237f610829773a4 (patch)
tree30792c3a993585b00502f54f5f87583c2da04006 /pkgs/development/python-modules/xdis
parent04373fd3ccf9034b0cee050a485fa30ac00cfd76 (diff)
python37Packages.xdis: 3.8.8 -> 3.8.9
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.7-xdis/versions
Diffstat (limited to 'pkgs/development/python-modules/xdis')
-rw-r--r--pkgs/development/python-modules/xdis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/xdis/default.nix b/pkgs/development/python-modules/xdis/default.nix
index 39eb962c040..b9400530b05 100644
--- a/pkgs/development/python-modules/xdis/default.nix
+++ b/pkgs/development/python-modules/xdis/default.nix
@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "xdis";
- version = "3.8.8";
+ version = "3.8.9";
src = fetchPypi {
inherit pname version;
- sha256 = "4d212df8a85ab55a35f6ad71b2c29818d903c3e6a95e31eb26d5f3fc66a4e015";
+ sha256 = "1q2dg3hnsmmpjcc7lzjf5nd041mpbwa2bq3dgr4p6wv65vncny9v";
};
checkInputs = [ pytest ];