Skip to content

Commit b4c58bd

Browse files
authored
python313Packages.pytask: 0.5.5 -> 0.5.6 (#461920)
2 parents 2231a3a + 3808f74 commit b4c58bd

2 files changed

Lines changed: 2 additions & 161 deletions

File tree

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,16 @@
2626
}:
2727
buildPythonPackage rec {
2828
pname = "pytask";
29-
version = "0.5.5";
29+
version = "0.5.6";
3030
pyproject = true;
3131

3232
src = fetchFromGitHub {
3333
owner = "pytask-dev";
3434
repo = "pytask";
3535
tag = "v${version}";
36-
hash = "sha256-0e1pJzoszTW8n+uFJlEeYstvHf4v+I2Is7oEHJ1qV7o=";
36+
hash = "sha256-mWjuXfH0u3MCG9RpmDin0buXyLPofXgEllzF5M8y6Jo=";
3737
};
3838

39-
patches = [
40-
./dont-use-uv-in-tests.patch
41-
];
42-
4339
build-system = [
4440
hatchling
4541
hatch-vcs

pkgs/development/python-modules/pytask/dont-use-uv-in-tests.patch

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)