lol
0
fork

Configure Feed

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

python38Packages.preshed: 3.0.5 -> 3.0.6

authored by

R. Ryantm and committed by
Jonathan Ringer
8d521312 fde06113

+2 -2
+2 -2
pkgs/development/python-modules/preshed/default.nix
··· 9 9 }: 10 10 buildPythonPackage rec { 11 11 pname = "preshed"; 12 - version = "3.0.5"; 12 + version = "3.0.6"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "c6d3dba39ed5059aaf99767017b9568c75b2d0780c3481e204b1daecde00360e"; 16 + sha256 = "fb3b7588a3a0f2f2f1bf3fe403361b2b031212b73a37025aea1df7215af3772a"; 17 17 }; 18 18 19 19 propagatedBuildInputs = [