Merge pull request #199253 from fabaff/scramp-bump

python310Packages.scramp: 1.4.3 -> 1.4.4
This commit is contained in:
Mario Rodas 2022-11-03 00:08:33 -05:00 committed by GitHub
commit 4558cceb92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "scramp";
version = "1.4.3";
version = "1.4.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "tlocke";
repo = "scramp";
rev = version;
hash = "sha256-BKZam2zLS/SK6rqiUkoeFpQ0bO4pU8CKVNhOM1fv10Y=";
hash = "sha256-WOyv1fLSXG7p+WKs2QSwlsh8FSK/lxp6I1hPY0VIkKo=";
};
nativeBuildInputs = [