tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pytest-recording: 0.13.2 -> 0.13.4
R. Ryantm
9 months ago
321edb4a
2cd2decd
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-recording
default.nix
+2
-2
pkgs/development/python-modules/pytest-recording/default.nix
···
16
17
buildPythonPackage rec {
18
pname = "pytest-recording";
19
-
version = "0.13.2";
20
format = "pyproject";
21
22
src = fetchFromGitHub {
23
owner = "kiwicom";
24
repo = "pytest-recording";
25
tag = "v${version}";
26
-
hash = "sha256-C6uNp3knKKY0AX7fQYU85N82L6kyyO4HcExTz1bBtpE=";
27
};
28
29
buildInputs = [
···
16
17
buildPythonPackage rec {
18
pname = "pytest-recording";
19
+
version = "0.13.4";
20
format = "pyproject";
21
22
src = fetchFromGitHub {
23
owner = "kiwicom";
24
repo = "pytest-recording";
25
tag = "v${version}";
26
+
hash = "sha256-S++MnI0GgpQxS6kFkt05kcE4JMW7jyFjJ3o7DhfYoVA=";
27
};
28
29
buildInputs = [