Skip to content

Commit

Permalink
python311Packages.reptor: 0.7 -> 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 24, 2024
1 parent eb81a15 commit 49136bd
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions pkgs/development/python-modules/reptor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,39 @@
, pytest
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, pyyaml
, reptor
, requests
, rich
, setuptools
, sqlparse
, termcolor
, toml
, tomli
, tomli-w
, tomlkit
, urllib3
, xmltodict
}:

buildPythonPackage rec {
pname = "reptor";
version = "0.7";
format = "pyproject";
version = "0.8";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "Syslifters";
repo = "reptor";
rev = "refs/tags/${version}";
hash = "sha256-d76Hsf+leJKYOh7k/RVuo6adfjMW6yAYt+vh7KNh7sA=";
hash = "sha256-YnDAjbj3TTr+WajuW6Dq3f+fjeJxrWk7VNWKhh9O7Zw=";
};

pythonRelaxDeps = true;

nativeBuildInputs = [
pythonRelaxDepsHook
setuptools
];

Expand All @@ -61,7 +66,8 @@ buildPythonPackage rec {
rich
sqlparse
termcolor
toml
tomli
tomlkit
tomli-w
urllib3
xmltodict
Expand Down

0 comments on commit 49136bd

Please sign in to comment.