mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 11:10:03 +00:00
python312Packages.pytest-twisted: 1.14.2-unstable-2024-08-22 -> 1.14.3 (#341120)
This commit is contained in:
commit
537c6b7e42
|
@ -12,13 +12,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-twisted";
|
||||
version = "1.14.2-unstable-2024-08-22";
|
||||
version = "1.14.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pytest-dev";
|
||||
repo = "pytest-twisted";
|
||||
rev = "0f10b1500aa6c46a2b206abc690a4e00e3c7556b";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-1dAfCa6hON0Vh9StI1Xw69IAwBzUkR6DdjQ0HNyoyME=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue