python311Packages.enamlx: 0.6.2 -> 0.6.4

This commit is contained in:
R. Ryantm 2024-02-25 22:01:30 +00:00
parent e2fc21a875
commit 8adf6e8c4f

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "enamlx";
version = "0.6.2";
version = "0.6.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "frmdstryr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-LHqOZ1uLWFbUeQAGKoMH9GljhRq1K4RTVWzgV/pt3g8=";
hash = "sha256-C3/G0bnu1EQh0elqdrpCwkFPZU4qmkUX7WRSRK9nkM4=";
};
propagatedBuildInputs = [