Merge pull request #124001 from fabaff/bump-pur

python3Packages.pur: 5.4.0 -> 5.4.1
This commit is contained in:
Fabian Affolter 2021-05-23 11:59:36 +02:00 committed by GitHub
commit 335c18ed8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pur"; pname = "pur";
version = "5.4.0"; version = "5.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alanhamlett"; owner = "alanhamlett";
repo = "pip-update-requirements"; repo = "pip-update-requirements";
rev = version; rev = version;
sha256 = "1p2g0kz9l0rb59b3rkclb6wwidc93kwqh2hm4xc22b1w9r946six"; sha256 = "sha256-a2wViLJW+UXgHcURxr4irFVkH8STH84AVcwQIkvH+Fg=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [