lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python38Packages.dataclasses-json: 0.5.5 -> 0.5.6

+2 -2
+2 -2
pkgs/development/python-modules/dataclasses-json/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "dataclasses-json"; 13 - version = "0.5.5"; 13 + version = "0.5.6"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "lidatong"; 17 17 repo = pname; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-b8oWl8AteVuGYb4E+M9aDS2ERgnKN8wS17Y/Bs7ajcI="; 19 + sha256 = "09253p0zjqfaqap7jgfgjl1jswwnz7mb6x7dqix09id92mnb89mf"; 20 20 }; 21 21 22 22 propagatedBuildInputs = [