Skip to content

Commit

Permalink
python310Packages.dunamai: 1.16.0 -> 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni committed Aug 29, 2023
1 parent 8f1fe3c commit 3d45708
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/development/python-modules/dunamai/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
, importlib-metadata
, packaging
, pytestCheckHook
, setuptools
, git
}:

buildPythonPackage rec {
pname = "dunamai";
version = "1.16.0";
version = "1.18.0";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -21,7 +20,7 @@ buildPythonPackage rec {
owner = "mtkennerly";
repo = "dunamai";
rev = "refs/tags/v${version}";
hash = "sha256-pPUn+1rv76N/7WVDyWJLPVMweJ1Qbx6/P4zIKU06hSs=";
hash = "sha256-QKXEFwOAa5nIQZA6DHNqnWyshnN+/6qovdqjCd9WF4k=";
};

nativeBuildInputs = [
Expand All @@ -46,7 +45,11 @@ buildPythonPackage rec {
nativeCheckInputs = [
git
pytestCheckHook
setuptools
];

disabledTests = [
# clones from github.com
"test__version__from_git__shallow"
];

pythonImportsCheck = [
Expand Down

0 comments on commit 3d45708

Please sign in to comment.