python310Packages.enamlx: 0.6.0 -> 0.6.2

This commit is contained in:
R. Ryantm 2022-10-15 20:24:31 +00:00
parent 5b04d5b51b
commit ccfd1f8cda

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "enamlx";
version = "0.6.0";
version = "0.6.2";
src = fetchFromGitHub {
owner = "frmdstryr";
repo = pname;
rev = "v${version}";
sha256 = "10sn7wd4fjz8nkzprd8wa5da5dg8w91r0rngqaipwnpq1dz54b5s";
rev = "refs/tags/v${version}";
sha256 = "sha256-LHqOZ1uLWFbUeQAGKoMH9GljhRq1K4RTVWzgV/pt3g8=";
};
propagatedBuildInputs = [