0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.iso8601: 0.1.12 -> 0.1.13

This commit is contained in:
Frederik Rietdijk 2020-10-25 10:06:53 +01:00 committed by Jonathan Ringer
parent 9969e9a68e
commit e847f89c74

View file

@ -6,11 +6,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "iso8601"; pname = "iso8601";
version = "0.1.12"; version = "0.1.13";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82"; sha256 = "f7dec22af52025d4526be94cc1303c7d8f5379b746a3f54a8c8446384392eeb1";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];