Skip to content

Commit

Permalink
Merge pull request NixOS#309741 from annaleeleaves/pathy-revert
Browse files Browse the repository at this point in the history
python311Packages.{pathlib-abc,weasel}: {revert, relax deps}
  • Loading branch information
wegank authored May 7, 2024
2 parents a0d9a9f + 86cdfb4 commit db58f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pathlib-abc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

buildPythonPackage rec {
pname = "pathlib-abc";
version = "0.2.0";
version = "0.1.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "pathlib_abc";
inherit version;
hash = "sha256-ua9rOf1RMhSFZ47DgD0KEeAqIuhp6AUsrLbo9l3nuGI=";
hash = "sha256-CE573ZGbD3d0kUqeZM2GobOYYPgfeB3XJCWGMfKRWr4=";
};

build-system = [
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/python-modules/weasel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"cloudpathlib"
"smart-open"
"typer"
];

nativeBuildInputs = [
Expand Down

0 comments on commit db58f2b

Please sign in to comment.