Skip to content

Commit

Permalink
python311Packages.python-fsutil: 0.13.0 -> 0.13.1
Browse files Browse the repository at this point in the history
Diff: fabiocaccamo/python-fsutil@refs/tags/0.13.0...0.13.1

Changelog: https://github.com/fabiocaccamo/python-fsutil/blob/0.13.1/CHANGELOG.md
  • Loading branch information
fabaff committed Jan 26, 2024
1 parent 0e96ec3 commit e094c34
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pkgs/development/python-modules/python-fsutil/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,27 @@
, pytestCheckHook
, pythonOlder
, requests
, setuptools
}:

buildPythonPackage rec {
pname = "python-fsutil";
version = "0.13.0";
format = "setuptools";
version = "0.13.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "fabiocaccamo";
repo = pname;
repo = "python-fsutil";
rev = "refs/tags/${version}";
hash = "sha256-RbpbFd+GqFPl88FqKvYEE6HcwFRzPDUTs3vMYM6x7es=";
hash = "sha256-yY8hhw6uNKqrcj0geoQeGN/JCDJVja7pCPUHwoViL64=";
};

nativeBuildInputs = [
setuptools
];

propagatedBuildInputs = [
requests
];
Expand Down

0 comments on commit e094c34

Please sign in to comment.