Merge pull request #231335 from r-ryantm/auto-update/python310Packages.nbdime

python310Packages.nbdime: 3.2.0 -> 3.2.1
This commit is contained in:
Nick Cao 2023-05-12 12:14:10 +08:00 committed by GitHub
commit 052daa3d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "nbdime";
version = "3.2.0";
version = "3.2.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-5Q0aDPZy4CNW4Q5tPQrqjoYSpTSubhub/VmsO2DEBes=";
hash = "sha256-MUCaMPhI/8azJUBpfoLVoKG4TcwycWynTni8xLRXxFM=";
};
nativeBuildInputs = [