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

Configure Feed

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

python310Packages.sepaxml: 2.5.0 -> 2.6.1

Diff: https://github.com/raphaelm/python-sepaxml/compare/2.5.0...2.6.1

+2 -2
+2 -2
pkgs/development/python-modules/sepaxml/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "sepaxml"; 13 - version = "2.5.0"; 13 + version = "2.6.1"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.6"; ··· 19 19 owner = "raphaelm"; 20 20 repo = "python-sepaxml"; 21 21 rev = version; 22 - hash = "sha256-9gPUAZ60q5o11eAnkzTBrFCpBUGxw3MGuKY4MtPxoSA="; 22 + hash = "sha256-l5UMy0M3Ovzb6rcSAteGOnKdmBPHn4L9ZWY+YGOCn40="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [