3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #173706 from linsui/variety

variety: 0.8.5 -> 0.8.7
This commit is contained in:
Anderson Torres 2022-05-20 21:54:12 -03:00 committed by GitHub
commit c56bfbd198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "variety";
version = "0.8.5";
version = "0.8.7";
src = fetchFromGitHub {
owner = "varietywalls";
repo = "variety";
rev = version;
sha256 = "sha256-6dLz4KXavXwnk5GizBH46d2EHMHPjRo0WnnUuVMtI1M=";
hash = "sha256-OFQiZe8G5v4F8HUJPeEM3ggVWHaALT1txy/aymHZ+jc=";
};
nativeBuildInputs = [