We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2231a3a + 3808f74 commit b4c58bdCopy full SHA for b4c58bd
2 files changed
pkgs/development/python-modules/pytask/default.nix
@@ -26,20 +26,16 @@
26
}:
27
buildPythonPackage rec {
28
pname = "pytask";
29
- version = "0.5.5";
+ version = "0.5.6";
30
pyproject = true;
31
32
src = fetchFromGitHub {
33
owner = "pytask-dev";
34
repo = "pytask";
35
tag = "v${version}";
36
- hash = "sha256-0e1pJzoszTW8n+uFJlEeYstvHf4v+I2Is7oEHJ1qV7o=";
+ hash = "sha256-mWjuXfH0u3MCG9RpmDin0buXyLPofXgEllzF5M8y6Jo=";
37
};
38
39
- patches = [
40
- ./dont-use-uv-in-tests.patch
41
- ];
42
-
43
build-system = [
44
hatchling
45
hatch-vcs
pkgs/development/python-modules/pytask/dont-use-uv-in-tests.patch
0 commit comments