python3Packages.pamela: 1.1.0 -> 1.2.0

This commit is contained in:
Martin Weinelt 2024-09-29 17:05:50 +02:00
parent 419ad9c542
commit dd9a53eb0f

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "pamela";
version = "1.1.0";
version = "1.2.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-1LE5/mAOGS4Xaio2gFkgemv/oOeHmHmxP0/LoBY0gb4=";
hash = "sha256-DqbiqZ3e2Md4OkoG8tMfW9ytiU15EB6PCTIuOHo0qs8=";
};
postUnpack = ''