Skip to content

Commit

Permalink
Merge pull request #331067 from phiadaarr/python3Packages.wat_0_3_0
Browse files Browse the repository at this point in the history
python3Packages.wat: 0.1.2 -> 0.3.0 and python3Packages.nuclear: 2.2.5 -> 2.3.1
  • Loading branch information
pbsds authored Aug 2, 2024
2 parents 021270b + e9a3870 commit 2d53b6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions pkgs/development/python-modules/nuclear/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand All @@ -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; {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/wat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 2d53b6b

Please sign in to comment.