nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python310Packages.pymazda: 0.3.6 -> 0.3.7

+2 -2
+2 -2
pkgs/development/python-modules/pymazda/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pymazda"; 11 - version = "0.3.6"; 11 + version = "0.3.7"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.6"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "sha256-zzyaG1i5eEnQWBiW8Wh/cIncJsU/XdEC61JmkB6Z6mY="; 18 + sha256 = "sha256-1xreFjoHmdMirpxjVya30cw31fBaCPt877yqTr9By+A="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [