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.netbox-qrcode: 0.0.17 -> 0.0.18 (#411383)

authored by

Sandro and committed by
GitHub
f8a6430f f1987325

+2 -2
+2 -2
pkgs/development/python-modules/netbox-qrcode/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "netbox-qrcode"; 15 - version = "0.0.17"; 15 + version = "0.0.18"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "netbox-community"; 20 20 repo = "netbox-qrcode"; 21 21 tag = "v${version}"; 22 - hash = "sha256-uJMGO9LXvaByfvrjNaPyY89Uaf71k1ku+/bfqc4npiQ="; 22 + hash = "sha256-8PPab0sByr03zoSI2d+BpxeTnLHmbN+4c+s99x+yNvA="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];