Skip to content

Commit

Permalink
poetry2nix: 1.7.0 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Mar 27, 2020
1 parent 176cb5c commit d940214
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if __name__ == "__main__":
indent(
textwrap.dedent(
"""
%s = super.%s.overrideAttrs (
%s = super.%s.overridePythonAttrs (
_: {
src = pkgs.fetchgit {
url = "%s";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/poetry2nix/poetry2nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
inherit (poetryLib) isCompatible readTOML;

# Poetry2nix version
version = "1.7.0";
version = "1.7.1";

/* The default list of poetry2nix override overlays */
defaultPoetryOverrides = (import ./overrides.nix { inherit pkgs lib; });
Expand Down
Loading

0 comments on commit d940214

Please sign in to comment.