python314Packages.osc-lib: fix hash which was forgotten to be updated

(cherry picked from commit d4d028a336)
This commit is contained in:
Sandro Jäckel 2026-06-22 11:35:15 +02:00
commit 9213c58403
No known key found for this signature in database
GPG key ID: 236B6291555E8401

View file

@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "openstack";
repo = "osc-lib";
tag = version;
hash = "sha256-HYRm3GdgGUZqi7sqe2wmni2t0t7Ox3qJAukGABKPoyY=";
hash = "sha256-XwOJSd3k/74FvSZGveSTjH+KGLlQ2jNbk8GrTzFhbL0=";
};
patches = [