Skip to content

Commit

Permalink
python3Packages.xdis: 4.0.3 -> 4.1.3
Browse files Browse the repository at this point in the history
python37Packages.xdis: 4.0.3 -> 4.0.4

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

(cherry picked from commit 60f6dae)

pythonPackages.xdis: disable python2

(cherry picked from commit 2765413)

python38Packages.xdis: 4.0.4 -> 4.1.2

(cherry picked from commit b1b776b)

python38Packages.xdis: 4.1.2 -> 4.1.3

(cherry picked from commit f137d2d)
  • Loading branch information
r-ryantm authored and marsam committed Dec 9, 2019
1 parent 7fc22c7 commit 8e6bf26
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/xdis/default.nix
@@ -1,18 +1,19 @@
{ lib, buildPythonPackage, fetchFromGitHub
{ lib, buildPythonPackage, fetchFromGitHub, isPy27
, click
, pytest
, six
}:

buildPythonPackage rec {
pname = "xdis";
version = "4.0.3";
version = "4.1.3";
disabled = isPy27;

src = fetchFromGitHub {
owner = "rocky";
repo = "python-xdis";
rev = version;
sha256 = "1h4j8hincf49zyd0rvn4bh0ypj8836y8vz3d496ycb9gjzkr6044";
sha256 = "0ixx9svyi0kw3z2i51cv1cyg4l5z8hy432kxgsvz20mr9a8z5c91";
};

checkInputs = [ pytest ];
Expand Down

0 comments on commit 8e6bf26

Please sign in to comment.