python3Packages.bibtexparser: 1.4.3 -> 1.4.4
Diff: https://github.com/sciunto-org/python-bibtexparser/compare/v1.4.3...v1.4.4
This commit is contained in:
committed by
Martin Weinelt
parent
27635f7e37
commit
4272b876b9
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bibtexparser";
|
||||
version = "1.4.3";
|
||||
version = "1.4.4";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sciunto-org";
|
||||
repo = "python-${pname}";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-9m+7RbeJMJssviyIezPrSLMMGcQTHYaOFQwLhnu04Es=";
|
||||
hash = "sha256-9zLJZAk2IBYTL7lACh6erY7A44XFZGJCr8dcpYlwKRI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pyparsing ];
|
||||
|
||||
Reference in New Issue
Block a user