tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pydantic-yaml: 1.4.0 -> 1.5.1
Jon Seager
10 months ago
0160be86
1934a054
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pydantic-yaml
default.nix
+3
-3
pkgs/development/python-modules/pydantic-yaml/default.nix
reviewed
···
13
13
14
14
buildPythonPackage rec {
15
15
pname = "pydantic-yaml";
16
16
-
version = "1.4.0";
16
16
+
version = "1.5.1";
17
17
18
18
pyproject = true;
19
19
···
21
21
owner = "NowanIlfideme";
22
22
repo = "pydantic-yaml";
23
23
tag = "v${version}";
24
24
-
hash = "sha256-xlFSczMCEkSDhtzSl8qzZwwZd0IelPmjTEV+Jk9G0fI=";
24
24
+
hash = "sha256-UOehghNjPymuZtGp1yM5T15M6/XmK1rgTN9uVCVOst4=";
25
25
};
26
26
27
27
postPatch = ''
···
48
48
meta = {
49
49
description = "Small helper library that adds some YAML capabilities to pydantic";
50
50
homepage = "https://github.com/NowanIlfideme/pydantic-yaml";
51
51
-
changelog = "https://github.com/NowanIlfideme/pydantic-yaml/releases/tag/v${version}";
51
51
+
changelog = "https://github.com/NowanIlfideme/pydantic-yaml/releases/tag/${src.tag}";
52
52
license = lib.licenses.mit;
53
53
maintainers = with lib.maintainers; [ jnsgruk ];
54
54
};