Unverified Commit 2d53b6bb authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #331067 from phiadaarr/python3Packages.wat_0_3_0

python3Packages.wat: 0.1.2 -> 0.3.0 and python3Packages.nuclear: 2.2.5 -> 2.3.1
parents 021270be e9a3870a
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "nuclear";
  version = "2.2.5";
  version = "2.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "igrek51";
    repo = "nuclear";
    rev = version;
    hash = "sha256-JuO7BKmlQE6bWKqy1QvX5U4A9YkKu/4ouTSJh9R7JGo=";
    hash = "sha256-UeU803SYMBLSWXjuxtWP2R2dBumRom+qsj2ljTiYFm0=";
  };

  build-system = [ setuptools ];
@@ -39,10 +39,6 @@ buildPythonPackage rec {
    # Disabled because test tries to install bash in a non-NixOS way
    "tests/autocomplete/test_bash_install.py"
  ];
  disabledTests = [
    # Setting the time zone in nix sandbox does not work - to be investigated
    "test_context_logger"
  ];
  pythonImportsCheck = [ "nuclear" ];

  meta = with lib; {
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "wat";
  version = "0.1.2";
  version = "0.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "igrek51";
    repo = "wat";
    rev = version;
    hash = "sha256-ibbWM2L/GoJVg8RxtsBSBn/qA+KIkC5+wq5YH6mtiUs=";
    hash = "sha256-WCMMj4KtfWOp6LsS4XHD/M/iepstVasHknEvEUTMMM8=";
  };

  build-system = [ setuptools ];