Merge pull request #138243 from fabaff/bump-hdate

python3Packages.hdate: 0.10.3 -> 0.10.4
This commit is contained in:
Fabian Affolter 2021-09-18 14:16:47 +02:00 committed by GitHub
commit 3a00e2e34a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "hdate";
version = "0.10.3";
version = "0.10.4";
disabled = pythonOlder "3.6";
format = "pyproject";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "py-libhdate";
repo = "py-libhdate";
rev = "v${version}";
sha256 = "sha256-6rOsG6qgq4woBhj25SNWvKshvFLBL/6MJiBZb+NPvdk=";
sha256 = "sha256-NF2ZA9ruW7sL2tLY11VAtyPRxGg2o5/mpv3ZsH/Zxb8=";
};
nativeBuildInputs = [