lol
0
fork

Configure Feed

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

python3Packages.pylgnetcast: 0.3.4 -> 0.3.5

+3 -3
+3 -3
pkgs/development/python-modules/pylgnetcast/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pylgnetcast"; 10 - version = "0.3.4"; 10 + version = "0.3.5"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.6"; ··· 15 15 src = fetchFromGitHub { 16 16 owner = "Drafteed"; 17 17 repo = "python-lgnetcast"; 18 - rev = "v${version}-1"; 19 - sha256 = "04bh5i4zchdg0lgwpic8wfbk77n225g71z55iin9r0083xbhd7bh"; 18 + rev = "v${version}"; 19 + sha256 = "11g7ya4ppqxjiv3fkz9mi6h1afw9icy6xyn4jzm63kjvxqhrwnw4"; 20 20 }; 21 21 22 22 propagatedBuildInputs = [