lol
0
fork

Configure Feed

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

Merge pull request #187216 from r-ryantm/auto-update/python310Packages.striprtf

python310Packages.striprtf: 0.0.20 -> 0.0.21

authored by

Fabian Affolter and committed by
GitHub
7df856b3 af5858e3

+2 -2
+2 -2
pkgs/development/python-modules/striprtf/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "striprtf"; 8 - version = "0.0.20"; 8 + version = "0.0.21"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-8eMeMrazl1o9XcIyWICDg6ycRMtFMfgTUNz51w9hAmc="; 13 + sha256 = "sha256-/wqYbdJ+OI/RTODnKB34e7zADHzCPEX0LkTausqFNtY="; 14 14 }; 15 15 16 16 pythonImportsCheck = [