3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #277470 from r-ryantm/auto-update/bup

bup: 0.33.2 -> 0.33.3
This commit is contained in:
Michele Guerini Rocco 2023-12-29 18:54:44 +01:00 committed by GitHub
commit 01962add7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
assert par2Support -> par2cmdline != null;
let
version = "0.33.2";
version = "0.33.3";
pythonDeps = with python3.pkgs; [ setuptools tornado ]
++ lib.optionals (!stdenv.isDarwin) [ pyxattr pylibacl fuse ];
@ -20,7 +20,7 @@ stdenv.mkDerivation {
repo = "bup";
owner = "bup";
rev = version;
hash = "sha256-DDVCrY4SFqzKukXm8rIq90xAW2U+yYyhyPmUhslMMWI=";
hash = "sha256-w7yPs7hG4v0Kd9i2tYhWH7vW95MAMfI/8g61MB6bfps=";
};
buildInputs = [ git python3 ];