Skip to content

Commit

Permalink
python312Packages.lockfile: modernize
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrox0 committed Sep 22, 2024
1 parent c9f9617 commit 16460de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/lockfile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799";
hash = "sha256-au0C3gPLok76vNYAswVAFAY0/AbPpgOCLVCNU2Hp95k=";
};

patches = [ ./fix-tests.patch ];
Expand All @@ -26,9 +26,9 @@ buildPythonPackage rec {

nativeCheckInputs = [ pytestCheckHook ];

meta = with lib; {
meta = {
homepage = "https://launchpad.net/pylockfile";
description = "Platform-independent advisory file locking capability for Python applications";
license = licenses.asl20;
license = lib.licenses.asl20;
};
}

0 comments on commit 16460de

Please sign in to comment.