1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

github-backup: 0.45.1 -> 0.45.2

This commit is contained in:
R. Ryantm 2024-05-07 07:49:15 +00:00
parent b771106b51
commit 08cbf4e5a0

View file

@ -7,12 +7,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "github-backup";
version = "0.45.1";
version = "0.45.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+dQVewMHSF0SnOKmgwc9pmqXAJGLjSqwS9YQHdvEmKo=";
hash = "sha256-wn2JRMLfqhhTREeYM+mcs68xlkRWKMlxKXToa83pu2g=";
};
nativeBuildInputs = with python3.pkgs; [