summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-07 05:27:18 -0500
committerGitHub <noreply@github.com>2020-04-07 05:27:18 -0500
commit4c025622e21b6aa7c10aa1022aeccd3bf5c65df8 (patch)
tree648f09165f12ca15a223608dc8f19991b4d93f9e
parentMerge pull request #84557 from r-ryantm/auto-update/python3.7-moviepy (diff)
parentpython37Packages.xdis: 4.2.3 -> 4.2.4 (diff)
downloadnixpkgs-4c025622e21b6aa7c10aa1022aeccd3bf5c65df8.tar.gz
Merge pull request #84569 from r-ryantm/auto-update/python3.7-xdis
python37Packages.xdis: 4.2.3 -> 4.2.4
-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 03e91c0cff4f..b4c8e46f146d 100644
--- a/pkgs/development/python-modules/xdis/default.nix
+++ b/pkgs/development/python-modules/xdis/default.nix
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "xdis";
- version = "4.2.3";
+ version = "4.2.4";
disabled = isPy27;
src = fetchFromGitHub {
owner = "rocky";
repo = "python-xdis";
rev = version;
- sha256 = "0yjb07gk74qsag4ahjrbqgl7pgr2kvm43c7yrv10mwxk0ax51337";
+ sha256 = "0nq6ijmj48c2dk75vmb040wgvr4y7wyjxrcm2dyvcwfk2h6phwri";
};
checkInputs = [ pytest ];