Skip to content

Commit e094c34

Browse files
committed
python311Packages.python-fsutil: 0.13.0 -> 0.13.1
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
1 parent 0e96ec3 commit e094c34

File tree

1 file changed

+9
-4
lines changed
  • pkgs/development/python-modules/python-fsutil

1 file changed

+9
-4
lines changed

pkgs/development/python-modules/python-fsutil/default.nix

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,27 @@
44
, pytestCheckHook
55
, pythonOlder
66
, requests
7+
, setuptools
78
}:
89

910
buildPythonPackage rec {
1011
pname = "python-fsutil";
11-
version = "0.13.0";
12-
format = "setuptools";
12+
version = "0.13.1";
13+
pyproject = true;
1314

1415
disabled = pythonOlder "3.8";
1516

1617
src = fetchFromGitHub {
1718
owner = "fabiocaccamo";
18-
repo = pname;
19+
repo = "python-fsutil";
1920
rev = "refs/tags/${version}";
20-
hash = "sha256-RbpbFd+GqFPl88FqKvYEE6HcwFRzPDUTs3vMYM6x7es=";
21+
hash = "sha256-yY8hhw6uNKqrcj0geoQeGN/JCDJVja7pCPUHwoViL64=";
2122
};
2223

24+
nativeBuildInputs = [
25+
setuptools
26+
];
27+
2328
propagatedBuildInputs = [
2429
requests
2530
];

0 commit comments

Comments
 (0)