Unverified Commit bbf996c7 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

python3Packages.xdis: 6.1.3 -> 6.1.4 (#412959)

parents 0c491a94 1e76f45c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "xdis";
  version = "6.1.3";
  version = "6.1.4";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "rocky";
    repo = "python-xdis";
    tag = version;
    hash = "sha256-fdLZg3MFMS9EIPC5EPE8DAT6K5a6l780msCfzTiZwoo=";
    hash = "sha256-thgHaxEEXmkrJlkl9kF6ocKRrnWOuESTxQrdtM+uH1o=";
  };

  build-system = [