python310Packages.xdis: unstable-2022-04-13 -> 6.0.4

main
Sandro Jäckel 2 years ago committed by Jonathan Ringer
parent 7931c07d3a
commit d7be0514df
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 9
      pkgs/development/python-modules/xdis/default.nix

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "xdis";
version = "unstable-2022-04-13";
version = "6.0.4";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,9 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "rocky";
repo = "python-xdis";
# Support for later Python releases is missing in 6.0.3
rev = "f888df7df5cb8839927e9187c258769cc77fb7a3";
hash = "sha256-V1ws5GibRkutFRNcjlP7aW+AshSyWavXIxuwznVbRlU=";
rev = version;
hash = "sha256-CRZG898xCwukq+9YVkyXMP8HcuJ9GtvDhy96kxvRFks=";
};
propagatedBuildInputs = [
@ -48,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python cross-version byte-code disassembler and marshal routines";
homepage = "https://github.com/rocky/python-xdis/";
homepage = "https://github.com/rocky/python-xdis";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
};

Loading…
Cancel
Save