python313Packages.pyfunctional: 1.4.3 -> 1.5.0 (#388268)
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
tabulate,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage {
|
||||
pname = "pyfunctional";
|
||||
version = "1.4.3";
|
||||
version = "1.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "EntilZha";
|
||||
repo = "PyFunctional";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-utUmHQw7Y5pQJkwuy8CbPnCrAd/esaf0n1Exr/trcRg=";
|
||||
rev = "6ed2e9a8a73d97141a8a7edab25e1aefadc256a3"; # missing tag
|
||||
hash = "sha256-u7gcZEeg1exb98aVUOorVhxUHqjX50aPTpE5gR6sONI=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user