mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python314Packages.osc-lib: fix hash which was forgotten to be updated
(cherry picked from commit d4d028a336)
This commit is contained in:
parent
34268251cf
commit
9213c58403
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||
owner = "openstack";
|
||||
repo = "osc-lib";
|
||||
tag = version;
|
||||
hash = "sha256-HYRm3GdgGUZqi7sqe2wmni2t0t7Ox3qJAukGABKPoyY=";
|
||||
hash = "sha256-XwOJSd3k/74FvSZGveSTjH+KGLlQ2jNbk8GrTzFhbL0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue