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

python3Packages.systemdunitparser: 0.3 -> 0.4

This commit was automatically generated using update-python-libraries.

+3 -3
+3 -3
pkgs/development/python-modules/systemdunitparser/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "systemdunitparser"; 12 - version = "0.3"; 12 + version = "0.4"; 13 13 pyproject = true; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "sgallagher"; 17 17 repo = "systemdunitparser"; 18 - rev = version; 19 - hash = "sha256-lcvXEieaifPUDhLdaz2FXaNdbw7wKR+x/kC+MMDT0tE="; 18 + tag = version; 19 + hash = "sha256-BlOj1rvRfh0SQ7io2N8MsMvAtWvXk0V6hYzlOSrr7hU="; 20 20 }; 21 21 22 22 build-system = [