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

Configure Feed

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

python3Packages.dsl2html: 0.1.5 -> 0.2.0

R. Ryantm 095fc104 e700fb63

+2 -2
+2 -2
pkgs/development/python-modules/dsl2html/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "dsl2html"; 11 - version = "0.1.5"; 11 + version = "0.2.0"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-LUtTMqQuwahIeMm9QvMe6rdHEw5LEjMQdyZFZvf/HRU="; 16 + hash = "sha256-GIJgkUbnU3eRkBgkguAINgMH1YnDSs5I9gIdQWvmVc0="; 17 17 }; 18 18 19 19 build-system = [ setuptools ];