Skip to content

Commit

Permalink
python312Packages.pyaml-env: 1.2.1 -> 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 16, 2025
1 parent 0bda27c commit 30c2792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyaml-env/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "pyaml-env";
version = "1.2.1";
version = "1.2.2";
pyproject = true;

src = fetchFromGitHub {
owner = "mkaranasou";
repo = "pyaml_env";
tag = "v${version}";
hash = "sha256-xSu+dksSVugShJwOqedXBrXIKaH0G5JAsynauOuP3OA=";
hash = "sha256-Mp5Zn2JA6j/OTkPCRggNdqdWkrUYyYHMVK6hy/EI0I8=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 30c2792

Please sign in to comment.