tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pytest-examples: 0.0.17 -> 0.0.18
R. Ryantm
8 months ago
da8b3f18
41da83c5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-examples
default.nix
+2
-2
pkgs/development/python-modules/pytest-examples/default.nix
···
11
11
12
12
buildPythonPackage rec {
13
13
pname = "pytest-examples";
14
14
-
version = "0.0.17";
14
14
+
version = "0.0.18";
15
15
pyproject = true;
16
16
17
17
src = fetchFromGitHub {
18
18
owner = "pydantic";
19
19
repo = "pytest-examples";
20
20
tag = "v${version}";
21
21
-
hash = "sha256-gPae04hgzUJrY0wshp25ojWrbi+7EYaWoR8wxoEJB30=";
21
21
+
hash = "sha256-ZnDl0B7/oLX6PANrqsWtVJwe4E/+7inCgOpo7oSeZlw=";
22
22
};
23
23
24
24
build-system = [