Skip to content

Commit 2ee10b5

Browse files
authored
python312Packages.pyaml-env: 1.2.1 -> 1.2.2 (NixOS#374403)
2 parents 4ce4aac + 30c2792 commit 2ee10b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyaml-env/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "pyaml-env";
12-
version = "1.2.1";
12+
version = "1.2.2";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "mkaranasou";
1717
repo = "pyaml_env";
1818
tag = "v${version}";
19-
hash = "sha256-xSu+dksSVugShJwOqedXBrXIKaH0G5JAsynauOuP3OA=";
19+
hash = "sha256-Mp5Zn2JA6j/OTkPCRggNdqdWkrUYyYHMVK6hy/EI0I8=";
2020
};
2121

2222
build-system = [ setuptools ];

0 commit comments

Comments
 (0)