lol
0
fork

Configure Feed

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

python310Packages.manuel: 1.11.2 -> 1.12.4

+2 -2
+2 -2
pkgs/development/python-modules/manuel/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "manuel"; 11 - version = "1.11.2"; 11 + version = "1.12.4"; 12 12 disabled = isPy27; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "sha256-nJt3WMQ66oa3VlW5InJCzOea96Wf7WwxSbBp9WIfzqc="; 16 + sha256 = "sha256-A5Wq32mR+SSseVz61Z2l3AYYcyqMxYrQ9HSWWrco9/Q="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [ six ];