We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ce4aac + 30c2792 commit 2ee10b5Copy full SHA for 2ee10b5
pkgs/development/python-modules/pyaml-env/default.nix
@@ -9,14 +9,14 @@
9
10
buildPythonPackage rec {
11
pname = "pyaml-env";
12
- version = "1.2.1";
+ version = "1.2.2";
13
pyproject = true;
14
15
src = fetchFromGitHub {
16
owner = "mkaranasou";
17
repo = "pyaml_env";
18
tag = "v${version}";
19
- hash = "sha256-xSu+dksSVugShJwOqedXBrXIKaH0G5JAsynauOuP3OA=";
+ hash = "sha256-Mp5Zn2JA6j/OTkPCRggNdqdWkrUYyYHMVK6hy/EI0I8=";
20
};
21
22
build-system = [ setuptools ];
0 commit comments