Skip to content

Commit

Permalink
python312Packages.enaml: 0.17.0 -> 0.18.0 (#351979)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Nov 1, 2024
2 parents 2315372 + 537b83d commit 49b7c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/enaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "enaml";
version = "0.17.0";
version = "0.18.0";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "nucleic";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-DYLDQ9QwdK/a8eY0bFX31UNgxm8FUOaeNAnisFcyFNI=";
hash = "sha256-XwBvPABg4DomI5JNuqaRTINsPgjn8h67rO/ZkSRQ39o=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 49b7c22

Please sign in to comment.