lol
fork

Configure Feed

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

python3Packages.ratarmount: 0.15.2 -> 1.0.0

https://github.com/mxmlnkn/ratarmount/blob/v1.0.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/ratarmount/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "ratarmount"; 19 - version = "0.15.2"; 19 + version = "1.0.0"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.6"; 23 23 24 24 src = fetchPypi { 25 25 inherit pname version; 26 - hash = "sha256-1JAj9vA/aZLDvZC7j5PD1OL9n4I0gag4Ezc0i68OQsw="; 26 + hash = "sha256-cXm301LMEsiE1eKJO70gTy7asdZ5CKnKtxLinW2+iJ4="; 27 27 }; 28 28 29 29 pythonRelaxDeps = [ "python-xz" ];