Skip to content

Commit

Permalink
Merge pull request #236768 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.wasabi

python310Packages.wasabi: 1.1.1 -> 1.1.2
  • Loading branch information
NickCao committed Jun 9, 2023
2 parents 21d1a41 + 60df441 commit 27c41cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/wasabi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "wasabi";
version = "1.1.1";
version = "1.1.2";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-9e58YJAngRvRbmIPL9enMZRmAFhI5BsFGmIFOrj9cNY=";
hash = "sha256-Gq7zrOqjLtuckTMNKdOTbAw5/blldDVJwXPLVLFsMLU=";
};

nativeCheckInputs = [
Expand Down

0 comments on commit 27c41cd

Please sign in to comment.