python311Packages.plum-py: 0.8.5 -> 0.8.6

Diff: https://gitlab.com/dangass/plum/-/compare/0.8.5...0.8.6
This commit is contained in:
Fabian Affolter 2023-05-18 22:13:01 +02:00
parent 026fcce43c
commit 916f3fdd4d

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "plum-py";
version = "0.8.5";
version = "0.8.6";
disabled = !isPy3k;
src = fetchFromGitLab {
owner = "dangass";
repo = "plum";
rev = version;
hash = "sha256-jCZUNT1HpSr0khHsjnxEzN2LCzcDV6W27PjVkwFJHUg=";
hash = "sha256-gZSRqijKdjqOZe1+4aeycpCPsh6HC5sRbyVjgK+g4wM=";
};
postPatch = ''