python311Packages.ciso8601: 2.3.0 -> 2.3.1
Diff: https://github.com/closeio/ciso8601/compare/refs/tags/v2.3.0...v2.3.1
This commit is contained in:
parent
edbe9ad5e0
commit
a1e212ba0f
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ciso8601";
|
||||
version = "2.3.0";
|
||||
version = "2.3.1";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "closeio";
|
||||
repo = "ciso8601";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-qTpt91Wf3L6Jl7FU8sn9PvGMRd/cjhQ1mQvUaQeLFQU=";
|
||||
hash = "sha256-KkMa1Rr3Z+5VnZfj25LDYpTfRyKqWA9u0vq6dZpwEy0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue