lol
fork

Configure Feed

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

python: kaitaistruct: 0.7 -> 0.8

+2 -2
+2 -2
pkgs/development/python-modules/kaitaistruct/default.nix
··· 3 3 buildPythonPackage rec { 4 4 name = "${pname}-${version}"; 5 5 pname = "kaitaistruct"; 6 - version = "0.7"; 6 + version = "0.8"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "19j3snmr0qbd48f7yd3cc21ffv13dahf8ys591dnalbhvnkar71i"; 10 + sha256 = "d1d17c7f6839b3d28fc22b21295f787974786c2201e8788975e72e2a1d109ff5"; 11 11 }; 12 12 13 13 meta = with stdenv.lib; {