superflore: update

This commit is contained in:
Ben Wolsieffer 2022-11-05 17:29:10 -04:00
parent bacafdae41
commit 5a79d694bd

View file

@ -5,13 +5,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "superflore"; pname = "superflore";
version = "unstable-2022-03-28"; version = "unstable-2022-09-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lopsided98"; owner = "lopsided98";
repo = pname; repo = pname;
rev = "e3fa8e901c553e7545f1afd127209711c8fde8a6"; rev = "5f850864cf868aa1d80efff383838c6b0954c840";
sha256 = "sha256-zg55/K3ecBZ2wMmpeiFbiG+1STp2kWGgM7xO9X+Irv0="; hash = "sha256-b9ZyWDQAWn1mwPIi+NSmPBcccE18mPp8dlMde3uTjVU=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [